blob: 98623590c7fe048d727f477f1f6d6ecf42d91ed2 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#
2# Makefile for the kernel MemoryStick device drivers.
3#
4
5subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG
6
7obj-$(CONFIG_MEMSTICK) += core/
8obj-$(CONFIG_MEMSTICK) += host/
9