aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/Makefile
blob: dc160fb435150ceeab480513919086a896077d29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for the kernel MemoryStick device drivers.
#

ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
	EXTRA_CFLAGS		+= -DDEBUG
endif

obj-$(CONFIG_MEMSTICK)		+= core/
obj-$(CONFIG_MEMSTICK)		+= host/