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