Merge tag 'linux_kselftest-fixes-6.12-rc3' of git://git.kernel.org/pub/scm/linux...
[linux.git] / drivers / pnp / Makefile
blob71d532f182193499ab2100f52e2d085ad8977c46
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the Linux Plug-and-Play Support.
6 obj-y := pnp.o
8 pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
10 obj-$(CONFIG_PNPACPI) += pnpacpi/
11 obj-$(CONFIG_PNPBIOS) += pnpbios/
12 obj-$(CONFIG_ISAPNP) += isapnp/
14 # pnp_system_init goes after pnpacpi/pnpbios init
15 pnp-y += system.o