• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
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