repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] 5348/1: fix documentation wrt location of the alignment trap interface
[linux-2.6/mini2440.git]
/
drivers
/
mmc
/
Makefile
blob
9979f5e9765bd8e317dbc19a822ffd154733a3d2
1
#
2
# Makefile for the kernel mmc device drivers.
3
#
4
5
ifeq
($(
CONFIG_MMC_DEBUG
),
y
)
6
EXTRA_CFLAGS
+= -
DDEBUG
7
endif
8
9
obj-
$(
CONFIG_MMC
) +=
core
/
10
obj-
$(
CONFIG_MMC
) +=
card
/
11
obj-
$(
CONFIG_MMC
) +=
host
/
12