blob: bfba893cb3211d877a207fcfb7cd1a7f283adeda [file] [log] [blame]
Kyle Swenson8d8f6542021-03-15 11:02:55 -06001#
2# Makefile for the Linux Plug-and-Play Support.
3#
4
5obj-y := pnp.o
6
7pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
8
9obj-$(CONFIG_PNPACPI) += pnpacpi/
10obj-$(CONFIG_PNPBIOS) += pnpbios/
11obj-$(CONFIG_ISAPNP) += isapnp/
12
13# pnp_system_init goes after pnpacpi/pnpbios init
14pnp-y += system.o