mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
97a6f772f3
This patch adds the USB driver source file most_usb.c and modifies the Makefile and Kconfig accordingly. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Link: https://lore.kernel.org/r/1596198058-26541-1-git-send-email-christian.gromm@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7 lines
148 B
Makefile
7 lines
148 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_MOST) += most_core.o
|
|
most_core-y := core.o \
|
|
configfs.o
|
|
|
|
obj-$(CONFIG_MOST_USB_HDM) += most_usb.o
|