Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
11 lines
329 B
Makefile
11 lines
329 B
Makefile
# 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
|