diff options
Diffstat (limited to 'drivers/message/i2o/Makefile')
-rw-r--r-- | drivers/message/i2o/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/Makefile b/drivers/message/i2o/Makefile index 2c2e39aa1efa..b0982dacfd0a 100644 --- a/drivers/message/i2o/Makefile +++ b/drivers/message/i2o/Makefile | |||
@@ -5,7 +5,7 @@ | |||
5 | # In the future, some of these should be built conditionally. | 5 | # In the future, some of these should be built conditionally. |
6 | # | 6 | # |
7 | 7 | ||
8 | i2o_core-y += iop.o driver.o device.o debug.o pci.o exec-osm.o | 8 | i2o_core-y += iop.o driver.o device.o debug.o pci.o exec-osm.o memory.o |
9 | i2o_bus-y += bus-osm.o | 9 | i2o_bus-y += bus-osm.o |
10 | i2o_config-y += config-osm.o | 10 | i2o_config-y += config-osm.o |
11 | obj-$(CONFIG_I2O) += i2o_core.o | 11 | obj-$(CONFIG_I2O) += i2o_core.o |