From a15e162b40162b09b81d3ca308a80bae8be5ff46 Mon Sep 17 00:00:00 2001 From: Bjorn Helgaas Date: Wed, 14 Oct 2009 10:27:42 -0600 Subject: [PATCH] --- yaml --- r: 174753 b: refs/heads/master c: af5a8ee05404112f38fb2904747c688bdc31a746 h: refs/heads/master i: 174751: 11e97430dacf0da657c783cdb619aa27a527988e v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/Makefile | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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