From: Takashi Iwai Date: Tue, 3 Dec 2024 14:18:17 +0000 (+0100) Subject: ASoC: mediatek: mt8365: Use *-y for Makefile X-Git-Tag: v6.14-rc1~111^2~7^2~84^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9d2a2f49244d9737f0ec33f4b7f3580faecd805;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20241203141823.22393-3-tiwai@suse.de Signed-off-by: Mark Brown --- diff --git a/sound/soc/mediatek/mt8365/Makefile b/sound/soc/mediatek/mt8365/Makefile index 52ba45a8498a2..b197025e34bb8 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 \