net: Print the module name as part of the watchdog message
[firewire-audio.git] / drivers / pnp / isapnp / Makefile
blob3e38f06f8d785b64d77a76a392d78c2593e44205
2 # Makefile for the kernel ISAPNP driver.
5 isapnp-proc-$(CONFIG_PROC_FS) = proc.o
7 obj-y := core.o compat.o $(isapnp-proc-y)
9 ifeq ($(CONFIG_PNP_DEBUG),y)
10 EXTRA_CFLAGS += -DDEBUG
11 endif