]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: misc: Use *-y instead of *-objs in Makefile
authorTakashi Iwai <tiwai@suse.de>
Tue, 7 May 2024 13:55:09 +0000 (15:55 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2024 16:18:13 +0000 (18:18 +0200)
commitb7df4cc3a088a8ce6973c96731bc792dbf54ce28
treed1424346d509d7cc7c7f9348022deeb01c961c7b
parentc02ce1735b150cf7c3b43790b48e23dcd17c0d46
ALSA: misc: 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>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Link: https://lore.kernel.org/r/20240507135513.14919-10-tiwai@suse.de
17 files changed:
sound/arm/Makefile
sound/atmel/Makefile
sound/i2c/Makefile
sound/i2c/other/Makefile
sound/mips/Makefile
sound/parisc/Makefile
sound/pcmcia/pdaudiocf/Makefile
sound/pcmcia/vx/Makefile
sound/ppc/Makefile
sound/sh/Makefile
sound/sparc/Makefile
sound/spi/Makefile
sound/synth/Makefile
sound/synth/emux/Makefile
sound/virtio/Makefile
sound/x86/Makefile
sound/xen/Makefile