]> git.hungrycats.org Git - linux/commitdiff
[PATCH] IDE build fix
authorAndrew Morton <akpm@osdl.org>
Sat, 24 Jan 2004 03:36:06 +0000 (19:36 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Sat, 24 Jan 2004 03:36:06 +0000 (19:36 -0800)
From: Arkadiusz Miskiewicz <arekm@pld-linux.org>

Both drivers/ide/legacy and drivers/ide/ppc broke because they can no
longer include drivers/ide/timing.h.  Fix.

(Acked by Bart)

drivers/ide/Makefile

index dc45f5f643c0699ec098cd629eb238363a3c35f5..ac76a4308ed11288b5b7bc3c2c9c6511525208d6 100644 (file)
@@ -8,6 +8,9 @@
 # In the future, some of these should be built conditionally.
 #
 # First come modules that register themselves with the core
+
+EXTRA_CFLAGS                           += -Idrivers/ide
+
 obj-$(CONFIG_BLK_DEV_IDE)              += pci/
 
 # Core IDE code - must come before legacy