Files

9 lines
224 B
Makefile
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_MOST) += most_core.o
most_core-y := core.o \
configfs.o
2020-07-31 14:20:58 +02:00
obj-$(CONFIG_MOST_USB_HDM) += most_usb.o
obj-$(CONFIG_MOST_CDEV) += most_cdev.o
2021-02-09 11:13:47 +01:00
obj-$(CONFIG_MOST_SND) += most_snd.o