- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / drivers / memstick / host / Makefile
1 #
2 # Makefile for MemoryStick host controller drivers
3 #
4
5 ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
6         EXTRA_CFLAGS            += -DDEBUG
7 endif
8
9 obj-$(CONFIG_MEMSTICK_TIFM_MS)  += tifm_ms.o
10