Sign in
googlers
/
maze
/
linux
/
74b20dad1c4cc0fd13ceca62fbab808919e1a7ea
/
.
/
drivers
/
memstick
/
host
/
Makefile
blob: ee666380efa11eb502401f7dbafa6260914ce1e7 [
file
] [
log
] [
blame
]
#
# Makefile for MemoryStick host controller drivers
#
ifeq
(
$
(
CONFIG_MEMSTICK_DEBUG
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif
obj
-
$
(
CONFIG_MEMSTICK_TIFM_MS
)
+=
tifm_ms
.
o