secgateway/kernel/linux-4.14.83/drivers/pnp/isapnp/Makefile

8 lines
122 B
Makefile
Raw Normal View History

2019-06-11 07:43:23 +00:00
#
# Makefile for the kernel ISAPNP driver.
#
obj-y += pnp.o
pnp-y := core.o compat.o
pnp-$(CONFIG_PROC_FS) += proc.o