makefile
来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 14 行
TXT
14 行
## 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.#i2o_core-y += iop.o driver.o device.o debug.o pci.o exec-osm.oobj-$(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 + -
显示快捷键?