]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/pnp/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[mirror_ubuntu-kernels.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