mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-17 09:41:09 +02:00
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: 5bbfdad8cf ("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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user