aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom/sst/Makefile
diff options
context:
space:
mode:
authorJie Yang <yang.jie@intel.com>2015-04-02 15:37:04 +0800
committerMark Brown <broonie@kernel.org>2015-04-06 17:49:45 +0100
commitb97169da06992ef04081e66ed22bbdb23dbf6610 (patch)
tree81e719f60576c2c32edb1f7e75760062f96ceb46 /sound/soc/intel/atom/sst/Makefile
parentASoC: Intel: create baytrail folder and move baytrail platform files in (diff)
downloadlinux-dev-b97169da06992ef04081e66ed22bbdb23dbf6610.tar.xz
linux-dev-b97169da06992ef04081e66ed22bbdb23dbf6610.zip
ASoC: Intel: create atom folder and move atom platform files in
Restructure the sound/soc/intel/ directory: create atom folder, and move sst atom platform files here. Signed-off-by: Jie Yang <yang.jie@intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/atom/sst/Makefile')
-rw-r--r--sound/soc/intel/atom/sst/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst/Makefile b/sound/soc/intel/atom/sst/Makefile
new file mode 100644
index 000000000000..fd21726361b5
--- /dev/null
+++ b/sound/soc/intel/atom/sst/Makefile
@@ -0,0 +1,7 @@
+snd-intel-sst-core-objs := sst.o sst_ipc.o sst_stream.o sst_drv_interface.o sst_loader.o sst_pvt.o
+snd-intel-sst-pci-objs += sst_pci.o
+snd-intel-sst-acpi-objs += sst_acpi.o
+
+obj-$(CONFIG_SND_SST_IPC) += snd-intel-sst-core.o
+obj-$(CONFIG_SND_SST_IPC_PCI) += snd-intel-sst-pci.o
+obj-$(CONFIG_SND_SST_IPC_ACPI) += snd-intel-sst-acpi.o