]> Git Repo - linux.git/blob - drivers/staging/most/Makefile
ALSA: hda: Skip controller resume if not needed
[linux.git] / drivers / staging / most / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_MOST) += most_core.o
3 most_core-y := core.o
4 most_core-y += configfs.o
5
6 obj-$(CONFIG_MOST_CDEV) += cdev/
7 obj-$(CONFIG_MOST_NET)  += net/
8 obj-$(CONFIG_MOST_SOUND)        += sound/
9 obj-$(CONFIG_MOST_VIDEO)        += video/
10 obj-$(CONFIG_MOST_DIM2) += dim2/
11 obj-$(CONFIG_MOST_I2C)  += i2c/
12 obj-$(CONFIG_MOST_USB)  += usb/
This page took 0.036283 seconds and 4 git commands to generate.