]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/pnp/Makefile
PCI: layerscape: Add support for LS1043a and LS2080a
[karo-tx-linux.git] / drivers / pnp / Makefile
1 #
2 # Makefile for the Linux Plug-and-Play Support.
3 #
4
5 obj-y           := pnp.o
6
7 pnp-y           := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
8
9 obj-$(CONFIG_PNPACPI)           += pnpacpi/
10 obj-$(CONFIG_PNPBIOS)           += pnpbios/
11 obj-$(CONFIG_ISAPNP)            += isapnp/
12
13 # pnp_system_init goes after pnpacpi/pnpbios init
14 pnp-y                           += system.o