aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/pnpbios/Makefile
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2008-10-22 23:28:43 -0400
committerLen Brown <len.brown@intel.com>2008-10-22 23:28:43 -0400
commit4dff4e7f6cbcd2722b02dbb394ba87c4e05f8841 (patch)
tree2b80f6f9d3b5b1ff4600810c4a30917b2d66b7ab /drivers/pnp/pnpbios/Makefile
parentMerge branch 'misc' into test (diff)
parentPNP: remove old CONFIG_PNP_DEBUG option (diff)
downloadlinux-dev-4dff4e7f6cbcd2722b02dbb394ba87c4e05f8841.tar.xz
linux-dev-4dff4e7f6cbcd2722b02dbb394ba87c4e05f8841.zip
Merge branch 'pnp-debug' into test
Diffstat (limited to 'drivers/pnp/pnpbios/Makefile')
-rw-r--r--drivers/pnp/pnpbios/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pnp/pnpbios/Makefile b/drivers/pnp/pnpbios/Makefile
index 310e2b3a7710..3cd3ed760605 100644
--- a/drivers/pnp/pnpbios/Makefile
+++ b/drivers/pnp/pnpbios/Makefile
@@ -5,7 +5,3 @@
pnpbios-proc-$(CONFIG_PNPBIOS_PROC_FS) = proc.o
obj-y := core.o bioscalls.o rsparser.o $(pnpbios-proc-y)
-
-ifeq ($(CONFIG_PNP_DEBUG),y)
-EXTRA_CFLAGS += -DDEBUG
-endif