Sign in
nest-open-source
/
manifest_repos
/
kernel
/
3826944a9160b6e9b8cc883d9696bc516f4cf019
/
.
/
drivers
/
memstick
/
Makefile
blob: 61ea1d3abd37c13b1874b5c316e70afb4ccf94c9 [
file
]
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the kernel MemoryStick device drivers.
#
subdir
-
ccflags
-
$
(
CONFIG_MEMSTICK_DEBUG
)
:=
-
DDEBUG
obj
-
$
(
CONFIG_MEMSTICK
)
+=
core
/
obj
-
$
(
CONFIG_MEMSTICK
)
+=
host
/