summaryrefslogtreecommitdiffstats
path: root/sound/soc/ux500/Makefile
diff options
context:
space:
mode:
authorOla Lilja <ola.o.lilja@stericsson.com>2012-06-12 08:50:08 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-06-17 20:46:12 +0100
commite0690385a86cac5403a62d91dc146f2508416ded (patch)
tree05a1e5b22c404f0dab9dc963f18fa9ea96b6bfd9 /sound/soc/ux500/Makefile
parent62ae68fa5d6d6f93d8ca8d00e21ad7ac410f9d58 (diff)
downloadlinux-stable-e0690385a86cac5403a62d91dc146f2508416ded.tar.gz
linux-stable-e0690385a86cac5403a62d91dc146f2508416ded.tar.bz2
linux-stable-e0690385a86cac5403a62d91dc146f2508416ded.zip
ASoC: Ux500: Add machine-driver
Add machine-driver for ST-Ericsson U8500 platform, including support for the AB8500-codec. Signed-off-by: Ola Lilja <ola.o.lilja@stericsson.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ux500/Makefile')
-rw-r--r--sound/soc/ux500/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/ux500/Makefile b/sound/soc/ux500/Makefile
index 4634bf015f62..cce0c11a4d86 100644
--- a/sound/soc/ux500/Makefile
+++ b/sound/soc/ux500/Makefile
@@ -5,3 +5,6 @@ obj-$(CONFIG_SND_SOC_UX500_PLAT_MSP_I2S) += snd-soc-ux500-plat-msp-i2s.o
snd-soc-ux500-plat-dma-objs := ux500_pcm.o
obj-$(CONFIG_SND_SOC_UX500_PLAT_DMA) += snd-soc-ux500-plat-dma.o
+
+snd-soc-ux500-mach-mop500-objs := mop500.o mop500_ab8500.o
+obj-$(CONFIG_SND_SOC_UX500_MACH_MOP500) += snd-soc-ux500-mach-mop500.o