xref: /linux/drivers/pnp/Makefile (revision d1a76187a5be4f89c6cb19d800cb5fb7aac735c5)
1#
2# Makefile for the Linux Plug-and-Play Support.
3#
4
5obj-y		:= core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
6
7obj-$(CONFIG_PNPACPI)		+= pnpacpi/
8obj-$(CONFIG_PNPBIOS)		+= pnpbios/
9obj-$(CONFIG_ISAPNP)		+= isapnp/
10
11# pnp_system_init goes after pnpacpi/pnpbios init
12obj-y				+= system.o
13