xref: /linux/drivers/memstick/host/Makefile (revision ed3174d93c342b8b2eeba6bbd124707d55304a7b)
1#
2# Makefile for MemoryStick host controller drivers
3#
4
5ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
6	EXTRA_CFLAGS		+= -DDEBUG
7endif
8
9obj-$(CONFIG_MEMSTICK_TIFM_MS)	+= tifm_ms.o
10
11