Skip to content

Commit c4e93fd

Browse files
tiwaibroonie
authored andcommitted
ASoC: sprd: 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-27-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 50537c3 commit c4e93fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/sprd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
# Spreadtrum Audio Support
33

4-
snd-soc-sprd-platform-objs := sprd-pcm-dma.o sprd-pcm-compress.o
4+
snd-soc-sprd-platform-y := sprd-pcm-dma.o sprd-pcm-compress.o
55

66
obj-$(CONFIG_SND_SOC_SPRD) += snd-soc-sprd-platform.o
77

0 commit comments

Comments
 (0)