#
# Makefile for the kernel memory stick device drivers.
#

#
# Core
#
obj-$(CONFIG_MS)		+= memstick.o

#
# Host drivers
#
obj-$(CONFIG_MS_TIFM_MS)	+= tifm_ms.o

