blob: 98623590c7fe048d727f477f1f6d6ecf42d91ed2 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -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