Skip to content

Commit 476d0a2

Browse files
tiwaibroonie
authored andcommitted
ASoC: xtensa: 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-35-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent a9732bf commit 476d0a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/xtensa/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
snd-soc-xtfpga-i2s-objs := xtfpga-i2s.o
2+
snd-soc-xtfpga-i2s-y := xtfpga-i2s.o
33

44
obj-$(CONFIG_SND_SOC_XTFPGA_I2S) += snd-soc-xtfpga-i2s.o

0 commit comments

Comments
 (0)