linux-surface/drivers/pnp/isapnp/Makefile
2017-08-10 09:25:24 -04:00

8 lines
122 B
Makefile

#
# Makefile for the kernel ISAPNP driver.
#
obj-y += pnp.o
pnp-y := core.o compat.o
pnp-$(CONFIG_PROC_FS) += proc.o