mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
8 lines
128 B
Makefile
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)
|