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

Makefile « most « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60db6cd3787af3127af7b2db7f68e82c41ee7f8a (plain)
1
2
3
4
5
6
7
8
# 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
obj-$(CONFIG_MOST_CDEV) += most_cdev.o
obj-$(CONFIG_MOST_SND) += most_snd.o