[PATCH 7/12] [IDE] Set CFLAGS only for au1xxx-ide

From: Martin Michlmayr
Date: Sun Mar 19 2006 - 23:38:41 EST


Set CFLAGS only for au1xxx-ide since swarm does not reference any
include files from drivers/ide. This brings drivers/ide/mips/Makefile
in sync with the linux-mips tree.

Signed-off-by: Martin Michlmayr <tbm@xxxxxxxxxx>


--- linux-2.6/drivers/ide/mips/Makefile 2006-03-05 19:35:03.000000000 +0000
+++ mips.git/drivers/ide/mips/Makefile 2006-03-05 18:51:15.000000000 +0000
@@ -1,4 +1,4 @@
obj-$(CONFIG_BLK_DEV_IDE_SWARM) += swarm.o
obj-$(CONFIG_BLK_DEV_IDE_AU1XXX) += au1xxx-ide.o

-EXTRA_CFLAGS := -Idrivers/ide
+CFLAGS_au1xxx-ide.o := -Idrivers/ide

--
Martin Michlmayr
http://www.cyrius.com/
-
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/