Commit b65904c7 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] update i2o build rules for change

[Please also rm i2o_pci.c]
parent 7da60b9c
...@@ -3,6 +3,7 @@ menu "I2O device support" ...@@ -3,6 +3,7 @@ menu "I2O device support"
config I2O config I2O
tristate "I2O support" tristate "I2O support"
depends on PCI
---help--- ---help---
The Intelligent Input/Output (I2O) architecture allows hardware The Intelligent Input/Output (I2O) architecture allows hardware
drivers to be split into two parts: an operating system specific drivers to be split into two parts: an operating system specific
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
# In the future, some of these should be built conditionally. # In the future, some of these should be built conditionally.
# #
obj-$(CONFIG_I2O_PCI) += i2o_pci.o
obj-$(CONFIG_I2O) += i2o_core.o i2o_config.o obj-$(CONFIG_I2O) += i2o_core.o i2o_config.o
obj-$(CONFIG_I2O_BLOCK) += i2o_block.o obj-$(CONFIG_I2O_BLOCK) += i2o_block.o
obj-$(CONFIG_I2O_SCSI) += i2o_scsi.o obj-$(CONFIG_I2O_SCSI) += i2o_scsi.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment