Skip to content

Commit f7d09b7

Browse files
tiwaibroonie
authored andcommitted
ASoC: jz4740: 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-14-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 590d82e commit f7d09b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/jz4740/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#
33
# Jz4740 Platform Support
44
#
5-
snd-soc-jz4740-i2s-objs := jz4740-i2s.o
5+
snd-soc-jz4740-i2s-y := jz4740-i2s.o
66

77
obj-$(CONFIG_SND_JZ4740_SOC_I2S) += snd-soc-jz4740-i2s.o

0 commit comments

Comments
 (0)