vserver 2.0 rc7
[linux-2.6.git] / drivers / pci / Makefile
index 92b11de..7dea494 100644 (file)
@@ -41,6 +41,10 @@ ifndef CONFIG_X86
 obj-y += syscall.o
 endif
 
+ifeq ($(CONFIG_PCI_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif
+
 hostprogs-y := gen-devlist
 
 # Dependencies on generated files need to be listed explicitly