Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
bce7f793daec3e65ec5c5705d2457b81fe7b5725
/
.
/
drivers
/
mmc
/
Makefile
blob: 9979f5e9765bd8e317dbc19a822ffd154733a3d2 [
file
] [
log
] [
blame
]
#
# Makefile for the kernel mmc device drivers.
#
ifeq
(
$
(
CONFIG_MMC_DEBUG
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif
obj
-
$
(
CONFIG_MMC
)
+=
core
/
obj
-
$
(
CONFIG_MMC
)
+=
card
/
obj
-
$
(
CONFIG_MMC
)
+=
host
/