blob: bfba893cb3211d877a207fcfb7cd1a7f283adeda [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the Linux Plug-and-Play Support.
3#
4
Thomas Renninger803711a2010-10-25 21:11:15 +02005obj-y := pnp.o
6
7pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
9obj-$(CONFIG_PNPACPI) += pnpacpi/
10obj-$(CONFIG_PNPBIOS) += pnpbios/
11obj-$(CONFIG_ISAPNP) += isapnp/
Bjorn Helgaasa05d0782007-10-16 23:31:10 -070012
Linus Torvaldsed458df2008-10-10 08:00:17 -070013# pnp_system_init goes after pnpacpi/pnpbios init
Thomas Renninger803711a2010-10-25 21:11:15 +020014pnp-y += system.o