android_kernel_cmhtcleo/drivers/memstick/core/Makefile
2010-08-27 11:19:57 +02:00

12 lines
198 B
Makefile

#
# Makefile for the kernel MemoryStick core.
#
ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif
obj-$(CONFIG_MEMSTICK) += memstick.o
obj-$(CONFIG_MSPRO_BLOCK) += mspro_block.o