dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
matt mooney 2010-09-24 12:17:26 -07:00 committed by Jesse Barnes
parent db50041954
commit 350a55e9ff
1 changed files with 1 additions and 3 deletions

View File

@ -65,6 +65,4 @@ obj-$(CONFIG_PCI_SYSCALL) += syscall.o
obj-$(CONFIG_PCI_STUB) += pci-stub.o
ifeq ($(CONFIG_PCI_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif
ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG