diff options
| author | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-05-08 01:04:19 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-08 01:04:19 -0700 |
| commit | 8a293280cb9fc8a1025e24b99a639935ee4e9fc1 (patch) | |
| tree | 10ad4cdae1dfe860c689d554e54b5fc53ed68f58 /drivers/message/Makefile | |
| parent | 12f95fd6f03c4a8fd7a051108de7d8030e7d2b90 (diff) | |
Fix makefile errors
Diffstat (limited to 'drivers/message/Makefile')
| -rw-r--r-- | drivers/message/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/message/Makefile b/drivers/message/Makefile index 1c5485ae852e..3bb37d0dec3e 100644 --- a/drivers/message/Makefile +++ b/drivers/message/Makefile @@ -7,11 +7,14 @@ O_TARGET := message.o mod-subdirs := i2o fusion subdir-$(CONFIG_I2O) += i2o -ifeq($(CONFIG_I2O),y) +ifeq ($(CONFIG_I2O),y) obj-y += i2o/i2o.o endif subdir-$(CONFIG_FUSION) += fusion -ifeq($(CONFIG_FUSION),y) +ifeq ($(CONFIG_FUSION),y) obj-y += fusion/fusion.o endif + +include $(TOPDIR)/Rules.make + |
