⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kbuild

📁 klibc精简化的c程序库
💻
字号:
## Kbuild file for run-init#static-y := static/run-initshared-y := shared/run-init# common .o filesobjs := run-init.o runinitlib.o# TODO - do we want a stripped version# TODO - do we want the static.g + shared.g directories?# Create built-in.o with all object files (used by kinit)lib-y := $(objs)# .o files used to built executablesstatic/run-init-y := $(objs)shared/run-init-y := $(objs)# Cleaningclean-dirs := static shared# install binaryinstall-y := $(shared-y)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -