Revision 6ee7bbc20936fca69557a914a2ac5bc58dc1996b authored by Phil Elwell on 29 April 2015, 17:01:53 UTC, committed by Phil Elwell on 29 April 2015, 17:01:53 UTC
Use bcm2835-mmc driver on ARCH_BCM2835
2 parent s 3140e4a + f127c57
Raw File
Makefile
#
# 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
back to top