blob: 98623590c7fe048d727f477f1f6d6ecf42d91ed2 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#
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