aboutsummaryrefslogtreecommitdiff
path: root/drivers/memstick/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/memstick/core/Makefile')
-rw-r--r--drivers/memstick/core/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/memstick/core/Makefile b/drivers/memstick/core/Makefile
index 8b2b5293877..0d7f90c0ff2 100644
--- a/drivers/memstick/core/Makefile
+++ b/drivers/memstick/core/Makefile
@@ -2,10 +2,6 @@
# Makefile for the kernel MemoryStick core.
#
-ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
- EXTRA_CFLAGS += -DDEBUG
-endif
-
obj-$(CONFIG_MEMSTICK) += memstick.o
-
+obj-$(CONFIG_MS_BLOCK) += ms_block.o
obj-$(CONFIG_MSPRO_BLOCK) += mspro_block.o