aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/Makefile
diff options
context:
space:
mode:
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>2014-02-12 13:42:50 +0000
committerMark Brown <broonie@linaro.org>2014-02-12 15:09:49 +0000
commita355d67817eccdbe869020f8f5a3123f21f8106f (patch)
tree2585f2d357dc2ced6adfdf21bec898ea8fe7b85a /sound/soc/intel/Makefile
parentLinus 3.14-rc1 (diff)
downloadlinux-dev-a355d67817eccdbe869020f8f5a3123f21f8106f.tar.xz
linux-dev-a355d67817eccdbe869020f8f5a3123f21f8106f.zip
ASoC: Intel: Add a mfld prefix to Intel SST drivers.
Resent with correct email for Mark. In order to differentiate the different Intel SST audio core drivers we need to rename the current drivers with a mfld prefix. This also includes renaming in the Makefile and Kconfig Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to '')
-rw-r--r--sound/soc/intel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile
index 639883339465..eb899fc90d92 100644
--- a/sound/soc/intel/Makefile
+++ b/sound/soc/intel/Makefile
@@ -1,5 +1,5 @@
-snd-soc-sst-platform-objs := sst_platform.o
+snd-soc-sst-mfld-platform-objs := sst-mfld-platform.o
snd-soc-mfld-machine-objs := mfld_machine.o
-obj-$(CONFIG_SND_SST_PLATFORM) += snd-soc-sst-platform.o
+obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o
obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o