summaryrefslogtreecommitdiff
path: root/sound/soc/intel/skylake/Makefile
diff options
context:
space:
mode:
authorRamesh Babu <ramesh.babu@intel.com>2016-05-30 17:42:55 +0530
committerMark Brown <broonie@kernel.org>2016-05-30 18:24:41 +0100
commit6eee87261f69e366bfe9b908ae3b441efb8e28ea (patch)
tree93fc03e183b25547b0c676bb270f2c0b38a289fb /sound/soc/intel/skylake/Makefile
parentf65cf7d666371562ef83b487a31e73642f3a3564 (diff)
ASoC: Intel: Skylake: Add strip extended manifest utility
Some upcoming platforms like broxton etc have extended manifest in firmware binary. This is not required to be downloaded to DSP. So driver needs to strip this before downloading. Add a utility function to check if a header exists, and remove it in that case Signed-off-by: Ramesh Babu <ramesh.babu@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/Makefile')
-rw-r--r--sound/soc/intel/skylake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/Makefile b/sound/soc/intel/skylake/Makefile
index c28f5d0e1d99..60fbc9bbe473 100644
--- a/sound/soc/intel/skylake/Makefile
+++ b/sound/soc/intel/skylake/Makefile
@@ -5,6 +5,6 @@ obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl.o
# Skylake IPC Support
snd-soc-skl-ipc-objs := skl-sst-ipc.o skl-sst-dsp.o skl-sst-cldma.o \
- skl-sst.o bxt-sst.o
+ skl-sst.o bxt-sst.o skl-sst-utils.o
obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl-ipc.o