diff options
| author | Takashi Iwai <tiwai@suse.de> | 2024-12-03 15:18:17 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-08 09:57:26 +0100 |
| commit | 3487c4c0b860854965702671755b5a1101273849 (patch) | |
| tree | df40a305a3888081ee9829b01502d275b7283327 /sound | |
| parent | ae2205cdc46968b8c8c5fc7b44e503c9dafa88ce (diff) | |
| download | linux-3487c4c0b860854965702671755b5a1101273849.tar.gz linux-3487c4c0b860854965702671755b5a1101273849.tar.bz2 linux-3487c4c0b860854965702671755b5a1101273849.zip | |
ASoC: mediatek: mt8365: Use *-y for Makefile
[ Upstream commit e9d2a2f49244d9737f0ec33f4b7f3580faecd805 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/soc/mediatek/mt8365/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mediatek/mt8365/Makefile b/sound/soc/mediatek/mt8365/Makefile index 52ba45a8498a..b197025e34bb 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 \ |
