projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[linux-2.6]
/
drivers
/
mmc
/
card
/
Makefile
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
12
obj-$(CONFIG_SDIO_UART) += sdio_uart.o
13