commit | 350a55e9ff6005032407d3234af800f413b03af5 | [log] [tgz] |
---|---|---|
author | matt mooney <mfm@muteddisk.com> | Fri Sep 24 12:17:26 2010 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Sun Oct 17 20:03:04 2010 -0700 |
tree | 38249a85dbae6828ceab1a1164b11d3df174c94d | |
parent | db5004195481fcb500c929bd3a0e1c0c48eec527 [diff] [blame] |
PCI: use new ccflags variable in Makefile Replace EXTRA_CFLAGS with ccflags-y. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index dc1aa09..dcd7ace 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile
@@ -65,6 +65,4 @@ obj-$(CONFIG_PCI_STUB) += pci-stub.o -ifeq ($(CONFIG_PCI_DEBUG),y) -EXTRA_CFLAGS += -DDEBUG -endif +ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG