xref: /linux/drivers/memstick/host/Makefile (revision 492c826b9facefa84995f4dea917e301b5ee0884)
1#
2# Makefile for MemoryStick host controller drivers
3#
4
5obj-$(CONFIG_MEMSTICK_TIFM_MS)		+= tifm_ms.o
6obj-$(CONFIG_MEMSTICK_JMICRON_38X)	+= jmb38x_ms.o
7obj-$(CONFIG_MEMSTICK_R592)		+= r592.o
8