Revision 54ab6db0909061ab7ee07233d3cab86d29f86e6c authored by Jonathan Corbet on 27 December 2016, 19:53:44 UTC, committed by Jonathan Corbet on 27 December 2016, 19:53:44 UTC
2 parent s 217e2bf + 7ce7d89
Raw File
Makefile
#
# Makefile for the kernel mmc device drivers.
#

subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG

obj-$(CONFIG_MMC)		+= core/
obj-$(subst m,y,$(CONFIG_MMC))	+= host/
back to top