blob: f8bcf488ecf2e44b57a3db4164e40fce5df57662 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Christian Gromm057301c2017-11-21 15:04:35 +01002obj-$(CONFIG_MOST) += most_core.o
3most_core-y := core.o
4ccflags-y += -Idrivers/staging/
5
Christian Gromm8fc2a662017-11-27 15:20:04 +01006obj-$(CONFIG_MOST_CDEV) += cdev/
7obj-$(CONFIG_MOST_NET) += net/
8obj-$(CONFIG_MOST_SOUND) += sound/
9obj-$(CONFIG_MOST_VIDEO) += video/
10obj-$(CONFIG_MOST_DIM2) += dim2/
11obj-$(CONFIG_MOST_I2C) += i2c/
12obj-$(CONFIG_MOST_USB) += usb/