mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-20 00:47:33 +07: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)
|