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/wim/linux-2.6-watchdog
[linux-2.6]
/
drivers
/
memstick
/
host
/
Makefile
1
#
2
# Makefile for MemoryStick host controller drivers
3
#
4
5
ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
6
EXTRA_CFLAGS += -DDEBUG
7
endif
8
9
obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o
10
obj-$(CONFIG_MEMSTICK_JMICRON_38X) += jmb38x_ms.o