Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/9] ALSA: Use *-y instead of *-objs in Makefile
@ 2024-05-07 13:55 Takashi Iwai
  2024-05-07 13:55 ` [PATCH 1/9] ALSA: core: " Takashi Iwai
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Takashi Iwai @ 2024-05-07 13:55 UTC (permalink / raw)
  To: linux-sound; +Cc: Andy Shevchenko, Takashi Iwai

Hi,

this is a series of trivial cleanup patches for Makefile in sound/*
(modulo ASoC -- which will be submitted later in a separate series).

As Andy suggested in a patch review, *-objs suffix in Makefile is
basically a mis-use nowadays for kernel driver modules.  They should
be replaced with *-y suffix instead.  This is a result of systematic
conversions, separated per directory.


Takashi

===

Takashi Iwai (9):
  ALSA: core: Use *-y instead of *-objs in Makefile
  ALSA: pci: Use *-y instead of *-objs in Makefile
  ALSA: hda: Use *-y instead of *-objs in Makefile
  ALSA: isa: Use *-y instead of *-objs in Makefile
  ALSA: usb: Use *-y instead of *-objs in Makefile
  ALSA: drivers: Use *-y instead of *-objs in Makefile
  ALSA: firewire: Use *-y instead of *-objs in Makefile
  ALSA: aoa: Use *-y instead of *-objs in Makefile
  ALSA: misc: Use *-y instead of *-objs in Makefile

 sound/Makefile                     |  2 +-
 sound/aoa/codecs/Makefile          |  6 ++--
 sound/aoa/core/Makefile            |  2 +-
 sound/aoa/fabrics/Makefile         |  2 +-
 sound/aoa/soundbus/Makefile        |  2 +-
 sound/aoa/soundbus/i2sbus/Makefile |  2 +-
 sound/arm/Makefile                 |  4 +--
 sound/atmel/Makefile               |  2 +-
 sound/core/Makefile                | 18 +++++------
 sound/core/oss/Makefile            |  2 +-
 sound/core/seq/Makefile            | 14 ++++----
 sound/core/seq/oss/Makefile        |  2 +-
 sound/drivers/Makefile             | 18 +++++------
 sound/drivers/mpu401/Makefile      |  4 +--
 sound/drivers/opl3/Makefile        |  2 +-
 sound/drivers/opl4/Makefile        |  4 +--
 sound/drivers/pcsp/Makefile        |  2 +-
 sound/drivers/vx/Makefile          |  2 +-
 sound/firewire/Makefile            |  4 +--
 sound/firewire/bebob/Makefile      |  2 +-
 sound/firewire/dice/Makefile       |  2 +-
 sound/firewire/digi00x/Makefile    |  2 +-
 sound/firewire/fireface/Makefile   |  2 +-
 sound/firewire/fireworks/Makefile  |  2 +-
 sound/firewire/motu/Makefile       |  2 +-
 sound/firewire/oxfw/Makefile       |  2 +-
 sound/firewire/tascam/Makefile     |  2 +-
 sound/hda/Makefile                 |  8 ++---
 sound/hda/ext/Makefile             |  2 +-
 sound/i2c/Makefile                 |  6 ++--
 sound/i2c/other/Makefile           | 10 +++---
 sound/isa/Makefile                 | 18 +++++------
 sound/isa/ad1816a/Makefile         |  2 +-
 sound/isa/ad1848/Makefile          |  2 +-
 sound/isa/cs423x/Makefile          |  4 +--
 sound/isa/es1688/Makefile          |  4 +--
 sound/isa/galaxy/Makefile          |  4 +--
 sound/isa/gus/Makefile             | 12 +++----
 sound/isa/msnd/Makefile            |  6 ++--
 sound/isa/opti9xx/Makefile         |  8 ++---
 sound/isa/sb/Makefile              | 18 +++++------
 sound/isa/wavefront/Makefile       |  2 +-
 sound/isa/wss/Makefile             |  2 +-
 sound/mips/Makefile                |  4 +--
 sound/parisc/Makefile              |  2 +-
 sound/pci/Makefile                 | 48 +++++++++++++--------------
 sound/pci/ali5451/Makefile         |  2 +-
 sound/pci/asihpi/Makefile          |  2 +-
 sound/pci/au88x0/Makefile          |  6 ++--
 sound/pci/aw2/Makefile             |  2 +-
 sound/pci/ca0106/Makefile          |  2 +-
 sound/pci/ctxfi/Makefile           |  2 +-
 sound/pci/echoaudio/Makefile       | 28 ++++++++--------
 sound/pci/emu10k1/Makefile         |  6 ++--
 sound/pci/hda/Makefile             | 52 +++++++++++++++---------------
 sound/pci/ice1712/Makefile         |  6 ++--
 sound/pci/korg1212/Makefile        |  2 +-
 sound/pci/lx6464es/Makefile        |  2 +-
 sound/pci/mixart/Makefile          |  2 +-
 sound/pci/nm256/Makefile           |  2 +-
 sound/pci/oxygen/Makefile          |  8 ++---
 sound/pci/pcxhr/Makefile           |  2 +-
 sound/pci/riptide/Makefile         |  2 +-
 sound/pci/rme9652/Makefile         |  6 ++--
 sound/pci/trident/Makefile         |  2 +-
 sound/pci/vx222/Makefile           |  2 +-
 sound/pci/ymfpci/Makefile          |  2 +-
 sound/pcmcia/pdaudiocf/Makefile    |  2 +-
 sound/pcmcia/vx/Makefile           |  2 +-
 sound/ppc/Makefile                 |  2 +-
 sound/sh/Makefile                  |  4 +--
 sound/sparc/Makefile               |  6 ++--
 sound/spi/Makefile                 |  2 +-
 sound/synth/Makefile               |  2 +-
 sound/synth/emux/Makefile          |  2 +-
 sound/usb/6fire/Makefile           |  2 +-
 sound/usb/Makefile                 |  4 +--
 sound/usb/hiface/Makefile          |  2 +-
 sound/usb/misc/Makefile            |  2 +-
 sound/usb/usx2y/Makefile           |  4 +--
 sound/virtio/Makefile              |  2 +-
 sound/x86/Makefile                 |  2 +-
 sound/xen/Makefile                 |  2 +-
 83 files changed, 227 insertions(+), 227 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-05-23 21:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-07 13:55 [PATCH 0/9] ALSA: Use *-y instead of *-objs in Makefile Takashi Iwai
2024-05-07 13:55 ` [PATCH 1/9] ALSA: core: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 2/9] ALSA: pci: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 3/9] ALSA: hda: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 4/9] ALSA: isa: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 5/9] ALSA: usb: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 6/9] ALSA: drivers: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 7/9] ALSA: firewire: " Takashi Iwai
2024-05-08  9:59   ` Takashi Sakamoto
2024-05-07 13:55 ` [PATCH 8/9] ALSA: aoa: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 9/9] ALSA: misc: " Takashi Iwai
2024-05-07 14:34 ` [PATCH 0/9] ALSA: " Jaroslav Kysela
2024-05-07 16:02 ` Andy Shevchenko
2024-05-07 20:53   ` Andy Shevchenko
2024-05-08  9:02     ` Takashi Iwai
2024-05-09 16:10       ` Pierre-Louis Bossart
2024-05-09 18:28         ` Takashi Iwai
2024-05-10 14:15           ` Andy Shevchenko
2024-05-23 21:00             ` Jeff Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox