Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « host « memstick « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1abaa03ee68c414a5b91b54e1a6ac1211aa70546 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for MemoryStick host controller drivers
#

obj-$(CONFIG_MEMSTICK_TIFM_MS)		+= tifm_ms.o
obj-$(CONFIG_MEMSTICK_JMICRON_38X)	+= jmb38x_ms.o
obj-$(CONFIG_MEMSTICK_R592)		+= r592.o
obj-$(CONFIG_MEMSTICK_REALTEK_PCI)	+= rtsx_pci_ms.o
obj-$(CONFIG_MEMSTICK_REALTEK_USB)	+= rtsx_usb_ms.o