diff options
Diffstat (limited to 'drivers/memstick/host/Makefile')
-rw-r--r-- | drivers/memstick/host/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/memstick/host/Makefile b/drivers/memstick/host/Makefile new file mode 100644 index 000000000000..ee666380efa1 --- /dev/null +++ b/drivers/memstick/host/Makefile | |||
@@ -0,0 +1,10 @@ | |||
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 | |||