Root/drivers/pnp/Makefile

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

Archive Download this file



interactive