aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/fsl/Makefile')
-rw-r--r--sound/soc/fsl/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile
index 5f3cf3f52ea0..c3deee897b5a 100644
--- a/sound/soc/fsl/Makefile
+++ b/sound/soc/fsl/Makefile
@@ -26,14 +26,18 @@ obj-$(CONFIG_SND_MPC52xx_SOC_EFIKA) += efika-audio-fabric.o
26# i.MX Platform Support 26# i.MX Platform Support
27snd-soc-imx-ssi-objs := imx-ssi.o 27snd-soc-imx-ssi-objs := imx-ssi.o
28snd-soc-imx-audmux-objs := imx-audmux.o 28snd-soc-imx-audmux-objs := imx-audmux.o
29snd-soc-imx-pcm-objs := imx-pcm.o
30ifneq ($(CONFIG_SND_SOC_IMX_PCM_FIQ),)
31 snd-soc-imx-pcm-objs += imx-pcm-fiq.o
32endif
33ifneq ($(CONFIG_SND_SOC_IMX_PCM_DMA),)
34 snd-soc-imx-pcm-objs += imx-pcm-dma.o
35endif
29 36
30obj-$(CONFIG_SND_SOC_IMX_SSI) += snd-soc-imx-ssi.o 37obj-$(CONFIG_SND_SOC_IMX_SSI) += snd-soc-imx-ssi.o
31obj-$(CONFIG_SND_SOC_IMX_AUDMUX) += snd-soc-imx-audmux.o 38obj-$(CONFIG_SND_SOC_IMX_AUDMUX) += snd-soc-imx-audmux.o
32 39
33obj-$(CONFIG_SND_SOC_IMX_PCM) += snd-soc-imx-pcm.o 40obj-$(CONFIG_SND_SOC_IMX_PCM) += snd-soc-imx-pcm.o
34snd-soc-imx-pcm-y := imx-pcm.o
35snd-soc-imx-pcm-$(CONFIG_SND_SOC_IMX_PCM_FIQ) += imx-pcm-fiq.o
36snd-soc-imx-pcm-$(CONFIG_SND_SOC_IMX_PCM_DMA) += imx-pcm-dma.o
37 41
38# i.MX Machine Support 42# i.MX Machine Support
39snd-soc-eukrea-tlv320-objs := eukrea-tlv320.o 43snd-soc-eukrea-tlv320-objs := eukrea-tlv320.o