makefile
来自「底层驱动开发」· 代码 · 共 17 行
TXT
17 行
## 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.oi2o_bus-y += bus-osm.oi2o_config-y += config-osm.oobj-$(CONFIG_I2O) += i2o_core.oobj-$(CONFIG_I2O_CONFIG)+= i2o_config.oobj-$(CONFIG_I2O_BUS) += i2o_bus.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 + -
显示快捷键?