]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: mediatek: mt8365: Use *-y for Makefile
authorTakashi Iwai <tiwai@suse.de>
Tue, 3 Dec 2024 14:18:17 +0000 (15:18 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 3 Dec 2024 14:46:58 +0000 (14:46 +0000)
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>
sound/soc/mediatek/mt8365/Makefile

index 52ba45a8498a20f587ce2d684ef9e3d155555f19..b197025e34bb800857d5e8231e2c8aa82b74d5c6 100644 (file)
@@ -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 \