Skip to content

Commit 7ca27af

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/kirkwood/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
snd-soc-kirkwood-objs := kirkwood-dma.o kirkwood-i2s.o
2+
snd-soc-kirkwood-y := kirkwood-dma.o kirkwood-i2s.o
33

44
obj-$(CONFIG_SND_KIRKWOOD_SOC) += snd-soc-kirkwood.o
55

6-
snd-soc-armada-370-db-objs := armada-370-db.o
6+
snd-soc-armada-370-db-y := armada-370-db.o
77

88
obj-$(CONFIG_SND_KIRKWOOD_SOC_ARMADA370_DB) += snd-soc-armada-370-db.o

0 commit comments

Comments
 (0)