From: Mark Brown Date: Wed, 8 May 2024 12:02:13 +0000 (+0900) Subject: ASoC: Use *-y instead of *-objs in Makefile X-Git-Tag: io_uring-6.10-20240523~78^2~3^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=188d804ae64f12e6b7561895fdf319c1b2c491b9;p=linux-block.git ASoC: Use *-y instead of *-objs in Makefile Merge series from Takashi Iwai : This is a series of trivial cleanup patches for ASoC to correct the *-objs suffix in Makefile. The other ALSA code has been covered by a previous patch set https://lore.kernel.org/r/20240507135513.14919-1-tiwai@suse.de As was suggested in a patch review, *-objs suffix in Makefile is basically a wrong use nowadays for kernel driver modules. They should be replaced with *-y suffix instead. This is a result of systematic conversions, separated per directory. Only lightly compile-tested. --- 188d804ae64f12e6b7561895fdf319c1b2c491b9