mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08: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)
|