summaryrefslogtreecommitdiff
path: root/drivers/message
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-09-02 04:24:32 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-09-02 04:24:32 -0500
commit010f40385fb482f83529522a6765e887b8080d95 (patch)
tree2d50018e49ce35d2b40df8ceb7ef3ea6f8bfc709 /drivers/message
parent65779f782ff80cc80a0ff289fe65bbff6469b970 (diff)
kbuild: Fix export-objs
Fix various Makefiles to really list the objects which use EXPORT_SYMBOL. Patch by "Lightweight Patch Manager".
Diffstat (limited to 'drivers/message')
-rw-r--r--drivers/message/i2o/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/Makefile b/drivers/message/i2o/Makefile
index 44ca1bbcc8f7..03a45ba12e50 100644
--- a/drivers/message/i2o/Makefile
+++ b/drivers/message/i2o/Makefile
@@ -5,7 +5,7 @@
# In the future, some of these should be built conditionally.
#
-export-objs := i2o_pci.o i2o_core.o i2o_config.o i2o_block.o i2o_lan.o i2o_scsi.o i2o_proc.o
+export-objs := i2o_core.o
obj-$(CONFIG_I2O_PCI) += i2o_pci.o
obj-$(CONFIG_I2O) += i2o_core.o i2o_config.o