repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: mce: Move code in mce.c
[linux-2.6/linux-2.6-openrd.git]
/
drivers
/
memstick
/
Makefile
blob
dc160fb435150ceeab480513919086a896077d29
1
#
2
# Makefile for the kernel MemoryStick device drivers.
3
#
4
5
ifeq
($(
CONFIG_MEMSTICK_DEBUG
),
y
)
6
EXTRA_CFLAGS
+= -
DDEBUG
7
endif
8
9
obj-
$(
CONFIG_MEMSTICK
) +=
core
/
10
obj-
$(
CONFIG_MEMSTICK
) +=
host
/
11