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

📄 makefile

📁 linux-2.6.15.6
💻
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -