aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pnp/Makefile')
-rw-r--r--drivers/pnp/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pnp/Makefile b/drivers/pnp/Makefile
index e83f34f1b5ba..8de3775ec242 100644
--- a/drivers/pnp/Makefile
+++ b/drivers/pnp/Makefile
@@ -10,7 +10,3 @@ obj-$(CONFIG_ISAPNP) += isapnp/
10 10
11# pnp_system_init goes after pnpacpi/pnpbios init 11# pnp_system_init goes after pnpacpi/pnpbios init
12obj-y += system.o 12obj-y += system.o
13
14ifeq ($(CONFIG_PNP_DEBUG),y)
15EXTRA_CFLAGS += -DDEBUG
16endif