| To: | akpm@osdl.org |
|---|---|
| Subject: | [PATCH 7/12] [IDE] Set CFLAGS only for au1xxx-ide |
| From: | Martin Michlmayr <tbm@cyrius.com> |
| Date: | Mon, 20 Mar 2006 04:40:17 +0000 |
| Cc: | linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-ide@vger.kernel.org |
| In-reply-to: | <20060320043802.GA20389@deprecation.cyrius.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060320043802.GA20389@deprecation.cyrius.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11+cvs20060126 |
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@cyrius.com> --- 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/ |
| Previous by Date: | [PATCH 6/12] [NET] Support the BCM1x55 and BCM1x80 chips, Martin Michlmayr |
|---|---|
| Next by Date: | [PATCH 8/12] [MTD] Re-add module description for ms02-nv to Kconfig, Martin Michlmayr |
| Previous by Thread: | [PATCH 6/12] [NET] Support the BCM1x55 and BCM1x80 chips, Martin Michlmayr |
| Next by Thread: | [PATCH 8/12] [MTD] Re-add module description for ms02-nv to Kconfig, Martin Michlmayr |
| Indexes: | [Date] [Thread] [Top] [All Lists] |