summaryrefslogtreecommitdiffstats
path: root/sound/soc/loongson/Makefile
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2024-05-07 17:55:19 +0200
committerMark Brown <broonie@kernel.org>2024-05-08 04:39:22 +0200
commit3299aa652dee0d9e61cf7223a5e0bf131faec63f (patch)
treee7f1f29b7f7013811601115f0281e238e1df57c0 /sound/soc/loongson/Makefile
parentASoC: kirkwood: Use *-y instead of *-objs in Makefile (diff)
downloadlinux-3299aa652dee0d9e61cf7223a5e0bf131faec63f.tar.xz
linux-3299aa652dee0d9e61cf7223a5e0bf131faec63f.zip
ASoC: loongson: 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-16-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/loongson/Makefile')
-rw-r--r--sound/soc/loongson/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/loongson/Makefile b/sound/soc/loongson/Makefile
index 601a905a4860..578030ad6563 100644
--- a/sound/soc/loongson/Makefile
+++ b/sound/soc/loongson/Makefile
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
#Platform Support
-snd-soc-loongson-i2s-pci-objs := loongson_i2s_pci.o loongson_i2s.o loongson_dma.o
+snd-soc-loongson-i2s-pci-y := loongson_i2s_pci.o loongson_i2s.o loongson_dma.o
obj-$(CONFIG_SND_SOC_LOONGSON_I2S_PCI) += snd-soc-loongson-i2s-pci.o
#Machine Support
-snd-soc-loongson-card-objs := loongson_card.o
+snd-soc-loongson-card-y := loongson_card.o
obj-$(CONFIG_SND_SOC_LOONGSON_CARD) += snd-soc-loongson-card.o