aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/memstick/Makefile')
-rw-r--r--drivers/memstick/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/memstick/Makefile b/drivers/memstick/Makefile
new file mode 100644
index 00000000000..dc160fb4351
--- /dev/null
+++ b/drivers/memstick/Makefile
@@ -0,0 +1,11 @@
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