aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/memstick/core/Makefile')
-rw-r--r--drivers/memstick/core/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/memstick/core/Makefile b/drivers/memstick/core/Makefile
new file mode 100644
index 00000000000..8b2b5293877
--- /dev/null
+++ b/drivers/memstick/core/Makefile
@@ -0,0 +1,11 @@
1#
2# Makefile for the kernel MemoryStick core.
3#
4
5ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
6 EXTRA_CFLAGS += -DDEBUG
7endif
8
9obj-$(CONFIG_MEMSTICK) += memstick.o
10
11obj-$(CONFIG_MSPRO_BLOCK) += mspro_block.o