summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/mt8195
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2024-05-07 18:55:20 +0300
committerMark Brown <broonie@kernel.org>2024-05-08 05:39:23 +0300
commit9d819c244a478099828f76a92be4b71360073207 (patch)
tree958e01fcb81e895c48e025d8f02235957a6bad94 /sound/soc/mediatek/mt8195
parent3299aa652dee0d9e61cf7223a5e0bf131faec63f (diff)
downloadlinux-9d819c244a478099828f76a92be4b71360073207.tar.xz
ASoC: mediatek: Use *-y instead of *-objs in Makefile
*-objs suffix is reserved rather for (user-space) host programs while usually *-y suffix is used for kernel drivers (although *-objs works for that purpose for now). Let's correct the old usages of *-objs in Makefiles. Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://lore.kernel.org/r/20240507155540.24815-17-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8195')
-rw-r--r--sound/soc/mediatek/mt8195/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mediatek/mt8195/Makefile b/sound/soc/mediatek/mt8195/Makefile
index aae673ec751b..014e93dace26 100644
--- a/sound/soc/mediatek/mt8195/Makefile
+++ b/sound/soc/mediatek/mt8195/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
# platform driver
-snd-soc-mt8195-afe-objs := \
+snd-soc-mt8195-afe-y := \
mt8195-audsys-clk.o \
mt8195-afe-clk.o \
mt8195-afe-pcm.o \