PCI: use %pF instead of print_fn_descriptor_symbol() in quirks.c
[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
13
a05d0781
BH
14ifeq ($(CONFIG_PNP_DEBUG),y)
15EXTRA_CFLAGS += -DDEBUG
16endif
This page took 0.382829 seconds and 5 git commands to generate.