Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 obj-$(CONFIG_MOST) += most_core.o
0003 most_core-y :=  core.o \
0004                 configfs.o
0005 
0006 obj-$(CONFIG_MOST_USB_HDM) += most_usb.o
0007 obj-$(CONFIG_MOST_CDEV) += most_cdev.o
0008 obj-$(CONFIG_MOST_SND) += most_snd.o