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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile
index d4b4aa8b5649..4b5970e014dd 100644
--- a/sound/soc/fsl/Makefile
+++ b/sound/soc/fsl/Makefile
@@ -12,9 +12,11 @@ obj-$(CONFIG_SND_SOC_P1022_RDK) += snd-soc-p1022-rdk.o
12 12
13# Freescale PowerPC SSI/DMA Platform Support 13# Freescale PowerPC SSI/DMA Platform Support
14snd-soc-fsl-ssi-objs := fsl_ssi.o 14snd-soc-fsl-ssi-objs := fsl_ssi.o
15snd-soc-fsl-spdif-objs := fsl_spdif.o
15snd-soc-fsl-utils-objs := fsl_utils.o 16snd-soc-fsl-utils-objs := fsl_utils.o
16snd-soc-fsl-dma-objs := fsl_dma.o 17snd-soc-fsl-dma-objs := fsl_dma.o
17obj-$(CONFIG_SND_SOC_FSL_SSI) += snd-soc-fsl-ssi.o 18obj-$(CONFIG_SND_SOC_FSL_SSI) += snd-soc-fsl-ssi.o
19obj-$(CONFIG_SND_SOC_FSL_SPDIF) += snd-soc-fsl-spdif.o
18obj-$(CONFIG_SND_SOC_FSL_UTILS) += snd-soc-fsl-utils.o 20obj-$(CONFIG_SND_SOC_FSL_UTILS) += snd-soc-fsl-utils.o
19obj-$(CONFIG_SND_SOC_POWERPC_DMA) += snd-soc-fsl-dma.o 21obj-$(CONFIG_SND_SOC_POWERPC_DMA) += snd-soc-fsl-dma.o
20 22