linuxOS_PX30_CAR/kernel/drivers/pnp/isapnp/Makefile

8 lines
122 B
Makefile
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
#
# Makefile for the kernel ISAPNP driver.
#
obj-y += pnp.o
pnp-y := core.o compat.o
pnp-$(CONFIG_PROC_FS) += proc.o