summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorNicolin Chen <b42378@freescale.com>2013-08-30 17:39:00 +0800
committerJason Liu <r64343@freescale.com>2013-10-30 09:55:29 +0800
commit0e6353ce1c01630db4a3a0c12223886ed35625a0 (patch)
tree2d52c6f7dbedf0a8e645c42116c72ff76b7b47d5 /sound
parentfc81a564cd44fb2a6a1710fda97dffa34681f36f (diff)
ASoC: fsl: Add one blank space after ':=' in Makefile
There is a blank space missing between ':=' and 'imx-spdif.o', thus add it. Signed-off-by: Nicolin Chen <b42378@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/fsl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile
index f651c9e081d9..171788ecc7a6 100644
--- a/sound/soc/fsl/Makefile
+++ b/sound/soc/fsl/Makefile
@@ -55,7 +55,7 @@ snd-soc-wm1133-ev1-objs := wm1133-ev1.o
snd-soc-imx-cs42888-objs := imx-cs42888.o
snd-soc-imx-sgtl5000-objs := imx-sgtl5000.o
snd-soc-imx-wm8962-objs := imx-wm8962.o
-snd-soc-imx-spdif-objs :=imx-spdif.o
+snd-soc-imx-spdif-objs := imx-spdif.o
snd-soc-imx-mc13783-objs := imx-mc13783.o
snd-soc-imx-hdmi-objs := imx-hdmi.o
snd-soc-imx-si476x-objs := imx-si476x.o