Unverified Commit e9d2a2f4 authored by Takashi Iwai's avatar Takashi Iwai Committed by Mark Brown
Browse files

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: 5bbfdad8 ("ASoC: mediatek: Add MT8365 support")
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20241203141823.22393-3-tiwai@suse.de


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3f0b8d36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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 \