]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pnp/Makefile
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6-omap-h63xx.git] / drivers / pnp / Makefile
index a381a92fd1b65dc0ef593d9b722747c9ee54b0f0..26f5abc9c3f7d604d926ec32e77570d4fd1a8363 100644 (file)
@@ -7,3 +7,7 @@ obj-y           := core.o card.o driver.o resource.o manager.o support.o interface.o quir
 obj-$(CONFIG_PNPACPI)          += pnpacpi/
 obj-$(CONFIG_PNPBIOS)          += pnpbios/
 obj-$(CONFIG_ISAPNP)           += isapnp/
+
+ifeq ($(CONFIG_PNP_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif