2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for the kernel mmc device drivers.
|
|
|
|
#
|
|
|
|
|
2007-02-28 14:33:10 +00:00
|
|
|
obj-$(CONFIG_MMC) += core/
|
2011-12-27 13:48:43 +00:00
|
|
|
obj-$(subst m,y,$(CONFIG_MMC)) += host/
|