aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mid-x86/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sound/soc/mid-x86/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/mid-x86/Makefile b/sound/soc/mid-x86/Makefile
new file mode 100644
index 000000000000..a1a93314b842
--- /dev/null
+++ b/sound/soc/mid-x86/Makefile
@@ -0,0 +1,7 @@
+EXTRA_CFLAGS += -DDEBUG
+
+snd-soc-sst-platform-objs := sst_platform.o
+snd-soc-mfld-machine-objs := mfld_machine.o
+
+obj-$(CONFIG_SND_SST_PLATFORM) += snd-soc-sst-platform.o
+obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o