blob: 61ea1d3abd37c13b1874b5c316e70afb4ccf94c9 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Alex Dubovbaf85322008-02-09 10:20:54 -08002#
3# Makefile for the kernel MemoryStick device drivers.
4#
5
matt mooney41d9c642011-01-14 06:12:42 -08006subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG
Alex Dubovbaf85322008-02-09 10:20:54 -08007
8obj-$(CONFIG_MEMSTICK) += core/
9obj-$(CONFIG_MEMSTICK) += host/
10