]> git.hungrycats.org Git - linux/commitdiff
Fix makefile errors
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 8 May 2002 08:04:19 +0000 (01:04 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Wed, 8 May 2002 08:04:19 +0000 (01:04 -0700)
drivers/message/Makefile

index 1c5485ae852e3b0e8d4e1785495d5bd3e86dcd5d..3bb37d0dec3e6ef51415a098db213715c6bc4229 100644 (file)
@@ -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
+