mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 12:11:59 +00:00
8 lines
153 B
Makefile
8 lines
153 B
Makefile
|
#
|
||
|
# Makefile for the kernel PNPBIOS driver.
|
||
|
#
|
||
|
|
||
|
pnpbios-proc-$(CONFIG_PNPBIOS_PROC_FS) = proc.o
|
||
|
|
||
|
obj-y := core.o bioscalls.o rsparser.o $(pnpbios-proc-y)
|