Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
aaac1b470bd0dccb30912356617069dc6199cc80
/
.
/
drivers
/
mmc
/
core
/
Makefile
blob: f911fbd2845bac335f7ad43e5e5ed2a74309b814 [
file
] [
log
] [
blame
]
Pierre Ossman
aaac1b4
2007-02-28 15:33:10 +0100
[
diff
] [
blame^
]
1
#
2
# Makefile for the kernel mmc core.
3
#
4
5
ifeq
(
$
(
CONFIG_MMC_DEBUG
),
y
)
6
EXTRA_CFLAGS
+=
-
DDEBUG
7
endif
8
9
obj
-
$
(
CONFIG_MMC
)
+=
mmc_core
.
o
10
mmc_core
-
y
:=
core
.
o sysfs
.
o
11