aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/baytrail/Makefile
diff options
context:
space:
mode:
authorJie Yang <yang.jie@intel.com>2015-04-02 15:37:03 +0800
committerMark Brown <broonie@kernel.org>2015-04-06 17:49:45 +0100
commit66a6fd9846f0aecdbab9324b792b319fd8e95e77 (patch)
tree3c1d410a816401a41c331dc419d94a35f6c50640 /sound/soc/intel/baytrail/Makefile
parentASoC: Intel: create boards folder and move sst boards files in (diff)
downloadlinux-dev-66a6fd9846f0aecdbab9324b792b319fd8e95e77.tar.xz
linux-dev-66a6fd9846f0aecdbab9324b792b319fd8e95e77.zip
ASoC: Intel: create baytrail folder and move baytrail platform files in
Restructure the sound/soc/intel/ directory: create baytrail folder, and move sst baytrail platform files here. Signed-off-by: Jie Yang <yang.jie@intel.com> Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Tested-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/baytrail/Makefile')
-rw-r--r--sound/soc/intel/baytrail/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/baytrail/Makefile b/sound/soc/intel/baytrail/Makefile
new file mode 100644
index 000000000000..488408cadf6d
--- /dev/null
+++ b/sound/soc/intel/baytrail/Makefile
@@ -0,0 +1,4 @@
+snd-soc-sst-baytrail-pcm-objs := \
+ sst-baytrail-ipc.o sst-baytrail-pcm.o sst-baytrail-dsp.o
+
+obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += snd-soc-sst-baytrail-pcm.o