Files
linux-apfs/drivers/pnp/Makefile
T

13 lines
314 B
Makefile
Raw Normal View History

2005-04-16 15:20:36 -07:00
#
# Makefile for the Linux Plug-and-Play Support.
#
obj-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
2005-04-16 15:20:36 -07:00
obj-$(CONFIG_PNPACPI) += pnpacpi/
obj-$(CONFIG_PNPBIOS) += pnpbios/
obj-$(CONFIG_ISAPNP) += isapnp/
2007-10-16 23:31:10 -07:00
# pnp_system_init goes after pnpacpi/pnpbios init
obj-y += system.o