diff options
author | Lionel Xu <Lionel.Xu@freescale.com> | 2012-02-14 17:31:31 +0800 |
---|---|---|
committer | Lionel Xu <Lionel.Xu@freescale.com> | 2012-02-14 17:45:35 +0800 |
commit | 38ac7a0fc66bd9c02b225fc372f1d5d7698cb5f2 (patch) | |
tree | b12b9d7d55baa6162225c1f99dbb88acd0e62edf | |
parent | cb02a3be21ed06a61437e78a91a84aee6094df35 (diff) |
ENGR00174437 ESAI: Add cs42888 build support in Makefile.
Add cs42888 build support.
Signed-off-by: Lionel Xu <Lionel.Xu@freescale.com>
-rw-r--r-- | sound/soc/imx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/imx/Makefile b/sound/soc/imx/Makefile index 7ba4e8ad7bd6..07153b90d13e 100644 --- a/sound/soc/imx/Makefile +++ b/sound/soc/imx/Makefile @@ -24,5 +24,6 @@ obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o obj-$(CONFIG_SND_SOC_MX27VIS_AIC32X4) += snd-soc-mx27vis-aic32x4.o obj-$(CONFIG_SND_MXC_SOC_WM1133_EV1) += snd-soc-wm1133-ev1.o obj-$(CONFIG_SND_SOC_IMX_SGTL5000) += snd-soc-imx-sgtl5000.o +obj-$(CONFIG_SND_SOC_IMX_CS42888) += snd-soc-imx-cs42888.o obj-$(CONFIG_SND_SOC_IMX_SPDIF) += snd-soc-imx-spdif.o obj-$(CONFIG_SND_SOC_IMX_HDMI) += snd-soc-imx-hdmi.o |