]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - drivers/pnp/isapnp/Makefile
Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-next
[mirror_ubuntu-zesty-kernel.git] / drivers / pnp / isapnp / Makefile
1 #
2 # Makefile for the kernel ISAPNP driver.
3 #
4
5 isapnp-proc-$(CONFIG_PROC_FS) = proc.o
6
7 obj-y := core.o compat.o $(isapnp-proc-y)
8
9 ifeq ($(CONFIG_PNP_DEBUG),y)
10 EXTRA_CFLAGS += -DDEBUG
11 endif