kernel_samsung_a34x-permissive/drivers/pnp/isapnp/Makefile
2024-04-28 15:49:01 +02:00

8 lines
122 B
Makefile
Executable file

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