2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 15:43:59 +08:00
linux-next/drivers/pnp/pnpbios/Makefile

10 lines
182 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the kernel PNPBIOS driver.
#
obj-y := pnp.o
pnp-y := core.o bioscalls.o rsparser.o
pnp-$(CONFIG_PNPBIOS_PROC_FS) += proc.o