aboutsummaryrefslogtreecommitdiff
path: root/drivers/memstick/host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/memstick/host/Makefile')
-rw-r--r--drivers/memstick/host/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/memstick/host/Makefile b/drivers/memstick/host/Makefile
new file mode 100644
index 00000000000..ee666380efa
--- /dev/null
+++ b/drivers/memstick/host/Makefile
@@ -0,0 +1,10 @@
+#
+# Makefile for MemoryStick host controller drivers
+#
+
+ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
+ EXTRA_CFLAGS += -DDEBUG
+endif
+
+obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o
+