xref: /openbmc/linux/drivers/memstick/Makefile (revision f15cbe6f1a4b4d9df59142fc8e4abb973302cf44)
1#
2# Makefile for the kernel MemoryStick device drivers.
3#
4
5ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
6	EXTRA_CFLAGS		+= -DDEBUG
7endif
8
9obj-$(CONFIG_MEMSTICK)		+= core/
10obj-$(CONFIG_MEMSTICK)		+= host/
11
12