lkml.org 
[lkml]   [2004]   [Jul]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] small drivers/ide/legacy/Makefile cleanup

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


Signed-off-by: Adrian Bunk <bunk@fs.tum.de>

--- 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.044 / U:0.528 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site