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