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 commit 'v2.6.32.11' into mini2440-stable-v2.6.32
[linux-2.6/mini2440.git]
/
drivers
/
memstick
/
core
/
Makefile
blob
8b2b5293877e0f1fd7da1766765f72d46d6bf24f
1
#
2
# Makefile for the kernel MemoryStick core.
3
#
4
5
ifeq
($(
CONFIG_MEMSTICK_DEBUG
),
y
)
6
EXTRA_CFLAGS
+= -
DDEBUG
7
endif
8
9
obj-
$(
CONFIG_MEMSTICK
) +=
memstick.o
10
11
obj-
$(
CONFIG_MSPRO_BLOCK
) +=
mspro_block.o