summaryrefslogtreecommitdiff
path: root/sound/soc/xilinx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/xilinx/Makefile')
-rw-r--r--sound/soc/xilinx/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sound/soc/xilinx/Makefile b/sound/soc/xilinx/Makefile
index 6c1209b9ee75..61cb47cf74dc 100644
--- a/sound/soc/xilinx/Makefile
+++ b/sound/soc/xilinx/Makefile
@@ -1,2 +1,7 @@
-snd-soc-xlnx-i2s-objs := xlnx_i2s.o
+# SPDX-License-Identifier: GPL-2.0-only
+snd-soc-xlnx-i2s-y := xlnx_i2s.o
obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o
+snd-soc-xlnx-formatter-pcm-y := xlnx_formatter_pcm.o
+obj-$(CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER) += snd-soc-xlnx-formatter-pcm.o
+snd-soc-xlnx-spdif-y := xlnx_spdif.o
+obj-$(CONFIG_SND_SOC_XILINX_SPDIF) += snd-soc-xlnx-spdif.o