ALSA: pci: Use *-y instead of *-objs in Makefile
authorTakashi Iwai <tiwai@suse.de>
Tue, 7 May 2024 13:55:02 +0000 (15:55 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2024 16:17:37 +0000 (18:17 +0200)
commit1f75c498d615d8f6b94fff27a14229c2b52c3572
treef9bb2c50997c102c1763d7130784b1414d555529
parent3983f7b9e3b932daa8e510c8ca80cc7f18674d71
ALSA: pci: 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-3-tiwai@suse.de
22 files changed:
sound/pci/Makefile
sound/pci/ali5451/Makefile
sound/pci/asihpi/Makefile
sound/pci/au88x0/Makefile
sound/pci/aw2/Makefile
sound/pci/ca0106/Makefile
sound/pci/ctxfi/Makefile
sound/pci/echoaudio/Makefile
sound/pci/emu10k1/Makefile
sound/pci/hda/Makefile
sound/pci/ice1712/Makefile
sound/pci/korg1212/Makefile
sound/pci/lx6464es/Makefile
sound/pci/mixart/Makefile
sound/pci/nm256/Makefile
sound/pci/oxygen/Makefile
sound/pci/pcxhr/Makefile
sound/pci/riptide/Makefile
sound/pci/rme9652/Makefile
sound/pci/trident/Makefile
sound/pci/vx222/Makefile
sound/pci/ymfpci/Makefile