diff --git a/[refs] b/[refs] index 0a90f2385072..f48b6e43fbaf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: db5004195481fcb500c929bd3a0e1c0c48eec527 +refs/heads/master: 350a55e9ff6005032407d3234af800f413b03af5 diff --git a/trunk/drivers/pci/Makefile b/trunk/drivers/pci/Makefile index dc1aa0922868..dcd7ace9221e 100644 --- a/trunk/drivers/pci/Makefile +++ b/trunk/drivers/pci/Makefile @@ -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