Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 2 | # |
3 | # Makefile for the kernel MemoryStick device drivers. | ||||
4 | # | ||||
5 | |||||
matt mooney | 41d9c64 | 2011-01-14 06:12:42 -0800 | [diff] [blame] | 6 | subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 7 | |
8 | obj-$(CONFIG_MEMSTICK) += core/ | ||||
9 | obj-$(CONFIG_MEMSTICK) += host/ | ||||
10 |