diff --git a/[refs] b/[refs] index f53ce0d18fb9..98f138773d1c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df0e97c6f1f2fdca686036998fe816cefd8e27d7 +refs/heads/master: af5a8ee05404112f38fb2904747c688bdc31a746 diff --git a/trunk/arch/x86/pci/Makefile b/trunk/arch/x86/pci/Makefile index 56d917b556c6..d8a0a6279a4d 100644 --- a/trunk/arch/x86/pci/Makefile +++ b/trunk/arch/x86/pci/Makefile @@ -16,3 +16,7 @@ obj-$(CONFIG_X86_NUMAQ) += numaq_32.o obj-y += common.o early.o obj-y += amd_bus.o obj-$(CONFIG_X86_64) += intel_bus.o + +ifeq ($(CONFIG_PCI_DEBUG),y) +EXTRA_CFLAGS += -DDEBUG +endif