Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[deliverable/linux.git] / drivers / pnp / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux Plug-and-Play Support.
3#
4
ed458df4 5obj-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
1da177e4
LT
6
7obj-$(CONFIG_PNPACPI) += pnpacpi/
8obj-$(CONFIG_PNPBIOS) += pnpbios/
9obj-$(CONFIG_ISAPNP) += isapnp/
a05d0781 10
ed458df4
LT
11# pnp_system_init goes after pnpacpi/pnpbios init
12obj-y += system.o
This page took 0.5444 seconds and 5 git commands to generate.