📄 kbuild
字号:
## Kbuild file for ipconfig#static-y := static/ipconfigshared-y := shared/ipconfig# common .o filesobjs := main.o netdev.o packet.o# dhcpobjs += dhcp_proto.o# bootpobjs += bootp_proto.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/ipconfig-y := $(objs)shared/ipconfig-y := $(objs)# Cleaningclean-dirs := static shared# install binaryinstall-y := $(shared-y)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -