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
Merge branch 'mini2440-dev-unlikely' into mini2440-dev
[linux-2.6/mini2440.git]
/
drivers
/
memstick
/
host
/
Makefile
blob
12530e4311d31143dcab38c1405d92b02418c8de
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