diff options
Diffstat (limited to 'sound/soc/fsl/Makefile')
-rw-r--r-- | sound/soc/fsl/Makefile | 10 |
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 |
27 | snd-soc-imx-ssi-objs := imx-ssi.o | 27 | snd-soc-imx-ssi-objs := imx-ssi.o |
28 | snd-soc-imx-audmux-objs := imx-audmux.o | 28 | snd-soc-imx-audmux-objs := imx-audmux.o |
29 | snd-soc-imx-pcm-objs := imx-pcm.o | ||
30 | ifneq ($(CONFIG_SND_SOC_IMX_PCM_FIQ),) | ||
31 | snd-soc-imx-pcm-objs += imx-pcm-fiq.o | ||
32 | endif | ||
33 | ifneq ($(CONFIG_SND_SOC_IMX_PCM_DMA),) | ||
34 | snd-soc-imx-pcm-objs += imx-pcm-dma.o | ||
35 | endif | ||
29 | 36 | ||
30 | obj-$(CONFIG_SND_SOC_IMX_SSI) += snd-soc-imx-ssi.o | 37 | obj-$(CONFIG_SND_SOC_IMX_SSI) += snd-soc-imx-ssi.o |
31 | obj-$(CONFIG_SND_SOC_IMX_AUDMUX) += snd-soc-imx-audmux.o | 38 | obj-$(CONFIG_SND_SOC_IMX_AUDMUX) += snd-soc-imx-audmux.o |
32 | 39 | ||
33 | obj-$(CONFIG_SND_SOC_IMX_PCM) += snd-soc-imx-pcm.o | 40 | obj-$(CONFIG_SND_SOC_IMX_PCM) += snd-soc-imx-pcm.o |
34 | snd-soc-imx-pcm-y := imx-pcm.o | ||
35 | snd-soc-imx-pcm-$(CONFIG_SND_SOC_IMX_PCM_FIQ) += imx-pcm-fiq.o | ||
36 | snd-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 |
39 | snd-soc-eukrea-tlv320-objs := eukrea-tlv320.o | 43 | snd-soc-eukrea-tlv320-objs := eukrea-tlv320.o |