diff options
| -rw-r--r-- | sound/soc/spear/Makefile | 10 |
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 |
| 2 | obj-$(CONFIG_SND_SPEAR_SOC) += spear_pcm.o | 2 | snd-soc-spear-pcm-objs := spear_pcm.o |
| 3 | obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += spdif_in.o | 3 | snd-soc-spear-spdif-in-objs := spdif_in.o |
| 4 | obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += spdif_out.o | 4 | snd-soc-spear-spdif-out-objs := spdif_out.o |
| 5 | |||
| 6 | obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o | ||
| 7 | obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o | ||
| 8 | obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spear-spdif-out.o | ||
