makefile
来自「优龙2410linux2.6.8内核源代码」· 代码 · 共 13 行
TXT
13 行
## Makefile for the kernel I2O OSM.## Note : at this point, these files are compiled on all systems.# In the future, some of these should be built conditionally.#obj-$(CONFIG_I2O) += i2o_core.oobj-$(CONFIG_I2O_CONFIG)+= i2o_config.oobj-$(CONFIG_I2O_BLOCK) += i2o_block.oobj-$(CONFIG_I2O_SCSI) += i2o_scsi.oobj-$(CONFIG_I2O_PROC) += i2o_proc.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?