1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_MOST) += most_core.o 3most_core-y := core.o 4most_core-y += configfs.o 5ccflags-y += -I $(srctree)/drivers/staging/ 6 7obj-$(CONFIG_MOST_CDEV) += cdev/ 8obj-$(CONFIG_MOST_NET) += net/ 9obj-$(CONFIG_MOST_SOUND) += sound/ 10obj-$(CONFIG_MOST_VIDEO) += video/ 11obj-$(CONFIG_MOST_DIM2) += dim2/ 12obj-$(CONFIG_MOST_I2C) += i2c/ 13obj-$(CONFIG_MOST_USB) += usb/ 14