diff options
author | Dong Aisheng <b29396@freescale.com> | 2011-07-21 12:36:58 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-28 11:47:41 +0100 |
commit | 009ad054b71b77264157c70c58654543acc0c566 (patch) | |
tree | 2c94122e7853b33a236e4761024980718b3c3827 /sound/soc/Makefile | |
parent | fcb5e47eff29a10e9cbc55a7660746695e303671 (diff) | |
download | linux-3.10-009ad054b71b77264157c70c58654543acc0c566.tar.gz linux-3.10-009ad054b71b77264157c70c58654543acc0c566.tar.bz2 linux-3.10-009ad054b71b77264157c70c58654543acc0c566.zip |
ASoC: mxs: add asoc configuration files
Signed-off-by: Dong Aisheng <b29396@freescale.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Tested-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/Makefile')
-rw-r--r-- | sound/soc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile index 4f913876f33..9ea8ac827ad 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_SND_SOC) += fsl/ obj-$(CONFIG_SND_SOC) += imx/ obj-$(CONFIG_SND_SOC) += jz4740/ obj-$(CONFIG_SND_SOC) += mid-x86/ +obj-$(CONFIG_SND_SOC) += mxs/ obj-$(CONFIG_SND_SOC) += nuc900/ obj-$(CONFIG_SND_SOC) += omap/ obj-$(CONFIG_SND_SOC) += kirkwood/ |