summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/Makefile')
-rw-r--r--sound/soc/tegra/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile
new file mode 100644
index 000000000000..d7fa52bc28f2
--- /dev/null
+++ b/sound/soc/tegra/Makefile
@@ -0,0 +1,8 @@
+ccflags-y += -DNV_DEBUG=0
+obj-$(CONFIG_TEGRA_PCM) += tegra_pcm.o
+obj-$(CONFIG_TEGRA_I2S) += tegra_i2s.o
+obj-$(CONFIG_TEGRA_ALSA) += tegra_soc_controls.o
+obj-${CONFIG_SND_SOC_WM8903} += tegra_soc_wm8903.o
+obj-${CONFIG_SND_SOC_WM8753} += tegra_soc_wm8753.o
+
+