ASoC: Intel: create boards folder and move sst boards files in
[deliverable/linux.git] / sound / soc / intel / Makefile
CommitLineData
a4b12990 1# Core support
2106241a 2obj-$(CONFIG_SND_SOC_INTEL_SST) += common/
a4b12990 3
d8499c9b
VK
4snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o \
5 sst-mfld-platform-compress.o sst-atom-controls.o
e62255f2
VK
6snd-soc-mfld-machine-objs := mfld_machine.o
7
a4b12990 8obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o
e62255f2 9obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o
a4b12990 10
a4b12990 11# Platform Support
ba57f682 12obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/
a4b12990
MB
13snd-soc-sst-baytrail-pcm-objs := \
14 sst-baytrail-ipc.o sst-baytrail-pcm.o sst-baytrail-dsp.o
15
a4b12990
MB
16obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += snd-soc-sst-baytrail-pcm.o
17
18# Machine support
e56c72d5 19obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/
0fbc7d73
VK
20
21# DSP driver
22obj-$(CONFIG_SND_SST_IPC) += sst/
This page took 0.225526 seconds and 5 git commands to generate.