projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[linux-2.6]
/
drivers
/
mmc
/
core
/
Makefile
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 mmc.o mmc_ops.o sd.o sd_ops.o
11