Blame view

drivers/pnp/Makefile 331 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
  #
  # Makefile for the Linux Plug-and-Play Support.
  #
803711afd   Thomas Renninger   PNP: Compile all ...
4
5
6
  obj-y		:= pnp.o
  
  pnp-y		:= core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
8
9
10
  
  obj-$(CONFIG_PNPACPI)		+= pnpacpi/
  obj-$(CONFIG_PNPBIOS)		+= pnpbios/
  obj-$(CONFIG_ISAPNP)		+= isapnp/
a05d07816   Bjorn Helgaas   PNP: use dev_info...
11

ed458df4d   Linus Torvalds   PnP: move pnpacpi...
12
  # pnp_system_init goes after pnpacpi/pnpbios init
803711afd   Thomas Renninger   PNP: Compile all ...
13
  pnp-y				+= system.o