repo.or.cz
/
linux-2.6.9-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git]
/
drivers
/
mmc
/
card
/
Makefile
blob
cf8c939867f531f0f20b252daf928551f3366055
1
#
2
# Makefile for MMC/SD card drivers
3
#
4
5
ifeq
($(
CONFIG_MMC_DEBUG
),
y
)
6
EXTRA_CFLAGS
+= -
DDEBUG
7
endif
8
9
obj-
$(
CONFIG_MMC_BLOCK
) +=
mmc_block.o
10
mmc_block-objs
:=
block.o queue.o
11