summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/Makefile
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-07-24 16:11:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-24 13:49:17 -0700
commit54b4856fb3624609dd5d9ed013bfec7d67083622 (patch)
tree374e5d2e53e51b4d8e94e54039d4676fa27876cc /drivers/staging/most/Makefile
parentd4a8ce7f57fc6333e4e5a23980f5265e00ed44ef (diff)
downloadlinux-54b4856fb3624609dd5d9ed013bfec7d67083622.tar.gz
linux-54b4856fb3624609dd5d9ed013bfec7d67083622.tar.xz
Staging: most: add MOST driver's aim-sound module
This patch adds the aim-sound module of the MOST driver to the kernel's driver staging area. This module is part of the MOST driver and handles user space interaction by means of ALSA devices. This patch is needed in order to have access to MOST synchronous data through ALSA devices. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/Makefile')
-rw-r--r--drivers/staging/most/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/most/Makefile b/drivers/staging/most/Makefile
index 61c1c965d622..c639bbd3b830 100644
--- a/drivers/staging/most/Makefile
+++ b/drivers/staging/most/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_MOSTCORE) += mostcore/
obj-$(CONFIG_AIM_CDEV) += aim-cdev/
obj-$(CONFIG_AIM_NETWORK) += aim-network/
+obj-$(CONFIG_AIM_SOUND) += aim-sound/