ubuntu-linux-kernel/drivers/pnp/isapnp/Makefile

8 lines
122 B
Makefile
Raw Normal View History

2024-04-01 15:06:58 +00:00
#
# Makefile for the kernel ISAPNP driver.
#
obj-y += pnp.o
pnp-y := core.o compat.o
pnp-$(CONFIG_PROC_FS) += proc.o