]> git.ipfire.org Git - people/arne_f/kernel.git/blob - drivers/pnp/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/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