blob: ee666380efa11eb502401f7dbafa6260914ce1e7 [file] [log] [blame]
Alex Dubovbaf85322008-02-09 10:20:54 -08001#
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