diff options
Diffstat (limited to 'drivers/pnp/Makefile')
-rw-r--r-- | drivers/pnp/Makefile | 4 |
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 |
12 | obj-y += system.o | 12 | obj-y += system.o |
13 | |||
14 | ifeq ($(CONFIG_PNP_DEBUG),y) | ||
15 | EXTRA_CFLAGS += -DDEBUG | ||
16 | endif | ||