xref: /linux/drivers/pnp/pnpbios/Makefile (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for the kernel PNPBIOS driver.
41da177e4SLinus Torvalds#
5803711afSThomas Renningerobj-y := pnp.o
61da177e4SLinus Torvalds
7803711afSThomas Renningerpnp-y := core.o bioscalls.o rsparser.o
81da177e4SLinus Torvalds
9803711afSThomas Renningerpnp-$(CONFIG_PNPBIOS_PROC_FS) += proc.o
10