summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra-virt-alt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra-virt-alt/Makefile')
-rw-r--r--sound/soc/tegra-virt-alt/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/sound/soc/tegra-virt-alt/Makefile b/sound/soc/tegra-virt-alt/Makefile
new file mode 100644
index 000000000..8484e331a
--- /dev/null
+++ b/sound/soc/tegra-virt-alt/Makefile
@@ -0,0 +1,22 @@
1GCOV_PROFILE := y
2
3subdir-ccflags-y := -Werror
4ccflags-y += -I$(overlay)/$(src)/../tegra-alt
5ccflags-y += -I$(overlay)/$(src)/../tegra-alt/include/
6ccflags-y += -I$(overlay)/$(src)/../tegra-alt/machine_drivers/
7ccflags-y += -I$(overlay)/$(src)/../codecs
8
9# Tegra platform Support
10snd-soc-tegra-virt-alt-ivc-objs := tegra_virt_alt_ivc.o
11
12obj-$(CONFIG_SND_SOC_TEGRA_VIRT_IVC_COMM_DEFS) += snd-soc-tegra-virt-alt-ivc.o
13
14snd-soc-tegra210-virt-alt-admaif-objs := tegra210_virt_alt_admaif.o \
15 tegra_asoc_xbar_virt_alt.o \
16 tegra_asoc_util_virt_alt.o \
17 tegra_asoc_machine_virt_alt.o \
18 tegra_asoc_metadata_util_alt.o
19
20snd-soc-tegra-virt-t210ref-pcm-objs := tegra_virt_ref_alt.o
21obj-$(CONFIG_SND_SOC_TEGRA_VIRT_T210REF_PCM) += snd-soc-tegra210-virt-alt-admaif.o
22obj-$(CONFIG_SND_SOC_TEGRA_VIRT_T210REF_PCM) += snd-soc-tegra-virt-t210ref-pcm.o