Skip to content

Commit

Permalink
PCI: use new ccflags variable in Makefile
Browse files Browse the repository at this point in the history
Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
  • Loading branch information
matt mooney authored and Jesse Barnes committed Oct 18, 2010
1 parent db50041 commit 350a55e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 350a55e

Please sign in to comment.