2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2008-02-10 02:20:54 +08:00
|
|
|
#
|
|
|
|
# Makefile for the kernel MemoryStick device drivers.
|
|
|
|
#
|
|
|
|
|
2011-01-14 22:12:42 +08:00
|
|
|
subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG
|
2008-02-10 02:20:54 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_MEMSTICK) += core/
|
|
|
|
obj-$(CONFIG_MEMSTICK) += host/
|
|
|
|
|