satip-axe/kernel/drivers/pnp/isapnp/Makefile
2015-03-26 17:24:57 +01:00

8 lines
128 B
Makefile

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