Sign in
gem5
/
arm
/
linux-arm64-legacy
/
33c4655c00e6af3ec4023f2cafd63dd4a42de49b
/
.
/
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
/