Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « pnpbios « pnp « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a91437c56ba42c49fa832acb0ddfe02f2b5b5b7c (plain)
1
2
3
4
5
6
7
8
9
# 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