blob: 71d532f182193499ab2100f52e2d085ad8977c46 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# Makefile for the Linux Plug-and-Play Support.
4#
5
Thomas Renninger803711a2010-10-25 21:11:15 +02006obj-y := pnp.o
7
8pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
10obj-$(CONFIG_PNPACPI) += pnpacpi/
11obj-$(CONFIG_PNPBIOS) += pnpbios/
12obj-$(CONFIG_ISAPNP) += isapnp/
Bjorn Helgaasa05d0782007-10-16 23:31:10 -070013
Linus Torvaldsed458df2008-10-10 08:00:17 -070014# pnp_system_init goes after pnpacpi/pnpbios init
Thomas Renninger803711a2010-10-25 21:11:15 +020015pnp-y += system.o