All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] small drivers/ide/legacy/Makefile cleanup
@ 2004-07-14  0:20 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2004-07-14  0:20 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-kernel


- 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [2.6 patch] small drivers/ide/legacy/Makefile cleanup
@ 2004-08-09 21:48 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2004-08-09 21:48 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-kernel


Let's kill the obsolete CONFIG_BLK_DEV_HD98 entry.


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

--- linux-2.6.8-rc3-mm2-full/drivers/ide/legacy/Makefile.old	2004-08-09 23:47:02.000000000 +0200
+++ linux-2.6.8-rc3-mm2-full/drivers/ide/legacy/Makefile	2004-08-09 23:47:12.000000000 +0200
@@ -10,6 +10,5 @@
 
 # Last of all
 obj-$(CONFIG_BLK_DEV_HD)		+= hd.o
-obj-$(CONFIG_BLK_DEV_HD98)		+= hd98.o
 
 EXTRA_CFLAGS	:= -Idrivers/ide

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-09 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-14  0:20 [2.6 patch] small drivers/ide/legacy/Makefile cleanup Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2004-08-09 21:48 Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.