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