PageRenderTime 43ms CodeModel.GetById 35ms app.highlight 5ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/pnp/Makefile

https://bitbucket.org/wisechild/galaxy-nexus
Makefile | 14 lines | 6 code | 4 blank | 4 comment | 0 complexity | 0b6f0c832d309ca10f45900c3768953a MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 1#
 2# Makefile for the Linux Plug-and-Play Support.
 3#
 4
 5obj-y		:= pnp.o
 6
 7pnp-y		:= core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
 8
 9obj-$(CONFIG_PNPACPI)		+= pnpacpi/
10obj-$(CONFIG_PNPBIOS)		+= pnpbios/
11obj-$(CONFIG_ISAPNP)		+= isapnp/
12
13# pnp_system_init goes after pnpacpi/pnpbios init
14pnp-y				+= system.o