Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
c4e259c859538e94007d1f04a488540375189551
/
.
/
drivers
/
memstick
/
Makefile
blob: dc160fb435150ceeab480513919086a896077d29 [
file
] [
log
] [
blame
]
#
# Makefile for the kernel MemoryStick device drivers.
#
ifeq
(
$
(
CONFIG_MEMSTICK_DEBUG
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif
obj
-
$
(
CONFIG_MEMSTICK
)
+=
core
/
obj
-
$
(
CONFIG_MEMSTICK
)
+=
host
/