]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame_incremental - drivers/pnp/Makefile
UBUNTU: Ubuntu-5.11.0-22.23
[mirror_ubuntu-hirsute-kernel.git] / drivers / pnp / Makefile
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Linux Plug-and-Play Support.
4#
5
6obj-y := pnp.o
7
8pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
9
10obj-$(CONFIG_PNPACPI) += pnpacpi/
11obj-$(CONFIG_PNPBIOS) += pnpbios/
12obj-$(CONFIG_ISAPNP) += isapnp/
13
14# pnp_system_init goes after pnpacpi/pnpbios init
15pnp-y += system.o