summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2024-12-03 15:18:17 +0100
committerMark Brown <broonie@kernel.org>2024-12-03 14:46:58 +0000
commite9d2a2f49244d9737f0ec33f4b7f3580faecd805 (patch)
tree24483b392aebc0f5e6ea9976e33c88dc093ab459
parent3f0b8d367db5b0c0a0096b1c2ff02ec7c5c893b6 (diff)
downloadlinux-next-e9d2a2f49244d9737f0ec33f4b7f3580faecd805.tar.gz
linux-next-e9d2a2f49244d9737f0ec33f4b7f3580faecd805.zip
ASoC: mediatek: mt8365: Use *-y for Makefile
We should use *-y instead of *-objs in Makefile for the module objects. *-objs is used rather for host programs. Fixes: 5bbfdad8cf8d ("ASoC: mediatek: Add MT8365 support") Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20241203141823.22393-3-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/mediatek/mt8365/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mediatek/mt8365/Makefile b/sound/soc/mediatek/mt8365/Makefile
index 52ba45a8498a..b197025e34bb 100644
--- a/sound/soc/mediatek/mt8365/Makefile
+++ b/sound/soc/mediatek/mt8365/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
# MTK Platform driver
-snd-soc-mt8365-pcm-objs := \
+snd-soc-mt8365-pcm-y := \
mt8365-afe-clk.o \
mt8365-afe-pcm.o \
mt8365-dai-adda.o \