aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst/Makefile
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-11-11 16:36:28 +0530
committerMark Brown <broonie@kernel.org>2014-11-14 11:07:43 +0000
commit336cfbb05edf7b122ea927dad6c746608723eb25 (patch)
treebe28c743d03ae9b57940562676f6c479643fcbea /sound/soc/intel/sst/Makefile
parentASoC: Intel: mrfld - remove non static definition (diff)
downloadlinux-dev-336cfbb05edf7b122ea927dad6c746608723eb25.tar.xz
linux-dev-336cfbb05edf7b122ea927dad6c746608723eb25.zip
ASoC: Intel: mrfld- add ACPI module
Add the last ACPI module support which also uses core module like the PCI part Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@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/sst/Makefile')
-rw-r--r--sound/soc/intel/sst/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/intel/sst/Makefile b/sound/soc/intel/sst/Makefile
index b8aa1d35df74..fd21726361b5 100644
--- a/sound/soc/intel/sst/Makefile
+++ b/sound/soc/intel/sst/Makefile
@@ -1,7 +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