[2.6 patch] small drivers/ide/legacy/Makefile cleanup

From: Adrian Bunk
Date: Tue Jul 13 2004 - 19:21:47 EST



- kill obsolete CONFIG_BLK_DEV_HD98 entry
- include hd.o only if CONFIG_BLK_DEV_HD_ONLY=y


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.7-mm7-full-gcc3.4/drivers/ide/legacy/Makefile.old 2004-07-14 02:08:50.000000000 +0200
+++ linux-2.6.7-mm7-full-gcc3.4/drivers/ide/legacy/Makefile 2004-07-14 02:09:16.000000000 +0200
@@ -9,7 +9,6 @@
obj-$(CONFIG_BLK_DEV_IDECS) += ide-cs.o

# Last of all
-obj-$(CONFIG_BLK_DEV_HD) += hd.o
-obj-$(CONFIG_BLK_DEV_HD98) += hd98.o
+obj-$(CONFIG_BLK_DEV_HD_ONLY) += hd.o

EXTRA_CFLAGS := -Idrivers/ide

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/