aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/spear/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/spear/Makefile')
-rw-r--r--sound/soc/spear/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/sound/soc/spear/Makefile b/sound/soc/spear/Makefile
index 9f47bb428601..c4ea7161056c 100644
--- a/sound/soc/spear/Makefile
+++ b/sound/soc/spear/Makefile
@@ -1,4 +1,8 @@
1# SPEAR Platform Support 1# SPEAR Platform Support
2obj-$(CONFIG_SND_SPEAR_SOC) += spear_pcm.o 2snd-soc-spear-pcm-objs := spear_pcm.o
3obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += spdif_in.o 3snd-soc-spear-spdif-in-objs := spdif_in.o
4obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += spdif_out.o 4snd-soc-spear-spdif-out-objs := spdif_out.o
5
6obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o
7obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o
8obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spear-spdif-out.o