/drivers/pnp/Makefile

https://bitbucket.org/wisechild/galaxy-nexus · Makefile · 14 lines · 6 code · 4 blank · 4 comment · 0 complexity · 0b6f0c832d309ca10f45900c3768953a MD5 · raw file

  1. #
  2. # Makefile for the Linux Plug-and-Play Support.
  3. #
  4. obj-y := pnp.o
  5. pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
  6. obj-$(CONFIG_PNPACPI) += pnpacpi/
  7. obj-$(CONFIG_PNPBIOS) += pnpbios/
  8. obj-$(CONFIG_ISAPNP) += isapnp/
  9. # pnp_system_init goes after pnpacpi/pnpbios init
  10. pnp-y += system.o