/drivers/pnp/Makefile
https://bitbucket.org/wisechild/galaxy-nexus · Makefile · 14 lines · 6 code · 4 blank · 4 comment · 0 complexity · 0b6f0c832d309ca10f45900c3768953a MD5 · raw file
- #
- # Makefile for the Linux Plug-and-Play Support.
- #
- obj-y := pnp.o
- pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
- obj-$(CONFIG_PNPACPI) += pnpacpi/
- obj-$(CONFIG_PNPBIOS) += pnpbios/
- obj-$(CONFIG_ISAPNP) += isapnp/
- # pnp_system_init goes after pnpacpi/pnpbios init
- pnp-y += system.o