Skip to content

Commit aa4a610

Browse files
tiwaibroonie
authored andcommitted
ASoC: sti: 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c4e93fd commit aa4a610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sti/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
# STI platform support
3-
snd-soc-sti-objs := sti_uniperif.o uniperif_player.o uniperif_reader.o
3+
snd-soc-sti-y := sti_uniperif.o uniperif_player.o uniperif_reader.o
44

55
obj-$(CONFIG_SND_SOC_STI) += snd-soc-sti.o

0 commit comments

Comments
 (0)