xref: /linux/drivers/memstick/host/Makefile (revision 69050f8d6d075dc01af7a5f2f550a8067510366f)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for MemoryStick host controller drivers
4#
5
6obj-$(CONFIG_MEMSTICK_TIFM_MS)		+= tifm_ms.o
7obj-$(CONFIG_MEMSTICK_JMICRON_38X)	+= jmb38x_ms.o
8obj-$(CONFIG_MEMSTICK_R592)		+= r592.o
9obj-$(CONFIG_MEMSTICK_REALTEK_USB)	+= rtsx_usb_ms.o
10