From: Takashi Iwai <tiwai@suse.de>
To: Mark Brown <broonie@kernel.org>
Cc: linux-sound@vger.kernel.org, Takashi Iwai <tiwai@suse.de>
Subject: [PATCH 00/34] ASoC: Use *-y instead of *-objs in Makefile
Date: Tue, 7 May 2024 17:55:04 +0200 [thread overview]
Message-ID: <20240507155540.24815-1-tiwai@suse.de> (raw)
Hi,
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.
Takashi
===
Takashi Iwai (34):
ASoC: core: Use *-y instead of *-objs in Makefile
ASoC: codecs: Use *-y instead of *-objs in Makefile
ASoC: adi: Use *-y instead of *-objs in Makefile
ASoC: amd: Use *-y instead of *-objs in Makefile
ASoC: apple: Use *-y instead of *-objs in Makefile
ASoC: atmel: Use *-y instead of *-objs in Makefile
ASoC: au1x: Use *-y instead of *-objs Makefile
ASoC: bcm: Use *-y instead of *-objs in Makefile
ASoC: cirrus: Use *-y instead of *-objs in Makefile
ASoC: fsl: Use *-y instead of *-objs in Makefile
ASoC: generic: Use *-y instead of *-objs in Makefile
ASoC: intel: Use *-y instead of *-objs in Makefile
ASoC: jz4740: Use *-y instead of *-objs in Makefile
ASoC: kirkwood: Use *-y instead of *-objs in Makefile
ASoC: loongson: Use *-y instead of *-objs in Makefile
ASoC: mediatek: Use *-y instead of *-objs in Makefile
ASoC: meson: Use *-y instead of *-objs in Makefile
ASoC: mxs: Use *-y instead of *-objs in Makefile
ASoC: pxa: Use *-y instead of *-objs in Makefile
ASoC: qcom: Use *-y instead of *-objs in Makefile
ASoC: rockchip: Use *-y instead of *-objs in Makefile
ASoC: samsung: Use *-y instead of *-objs in Makefile
ASoC: sh: Use *-y instead of *-objs in Makefile
ASoC: SOF: Use *-y instead of *-objs in Makefile
ASoC: spear: Use *-y instead of *-objs in Makefile
ASoC: sprd: Use *-y instead of *-objs in Makefile
ASoC: sti: Use *-y instead of *-objs in Makefile
ASoC: stm: Use *-y instead of *-objs in Makefile
ASoC: tegra: Use *-y instead of *-objs in Makefile
ASoC: ti: Use *-y instead of *-objs in Makefile
ASoC: uniphier: Use *-y instead of *-objs in Makefile
ASoC: ux500: Use *-y instead of *-objs in Makefile
ASoC: xilinx: Use *-y instead of *-objs in Makefile
ASoC: xtensa: Use *-y instead of *-objs in Makefile
sound/soc/Makefile | 16 +-
sound/soc/adi/Makefile | 4 +-
sound/soc/amd/Makefile | 12 +-
sound/soc/amd/acp/Makefile | 26 +-
sound/soc/amd/ps/Makefile | 8 +-
sound/soc/amd/raven/Makefile | 6 +-
sound/soc/amd/renoir/Makefile | 6 +-
sound/soc/amd/rpl/Makefile | 2 +-
sound/soc/amd/vangogh/Makefile | 8 +-
sound/soc/amd/yc/Makefile | 6 +-
sound/soc/apple/Makefile | 2 +-
sound/soc/atmel/Makefile | 30 +-
sound/soc/au1x/Makefile | 16 +-
sound/soc/bcm/Makefile | 6 +-
sound/soc/cirrus/Makefile | 6 +-
sound/soc/codecs/Makefile | 784 ++++++++++++-------------
sound/soc/fsl/Makefile | 52 +-
sound/soc/generic/Makefile | 12 +-
sound/soc/intel/atom/Makefile | 2 +-
sound/soc/intel/atom/sst/Makefile | 6 +-
sound/soc/intel/avs/Makefile | 10 +-
sound/soc/intel/avs/boards/Makefile | 34 +-
sound/soc/intel/boards/Makefile | 84 +--
sound/soc/intel/catpt/Makefile | 2 +-
sound/soc/intel/common/Makefile | 8 +-
sound/soc/intel/keembay/Makefile | 2 +-
sound/soc/intel/skylake/Makefile | 6 +-
sound/soc/jz4740/Makefile | 2 +-
sound/soc/kirkwood/Makefile | 4 +-
sound/soc/loongson/Makefile | 4 +-
sound/soc/mediatek/common/Makefile | 4 +-
sound/soc/mediatek/mt2701/Makefile | 2 +-
sound/soc/mediatek/mt6797/Makefile | 2 +-
sound/soc/mediatek/mt7986/Makefile | 2 +-
sound/soc/mediatek/mt8183/Makefile | 2 +-
sound/soc/mediatek/mt8186/Makefile | 2 +-
sound/soc/mediatek/mt8188/Makefile | 2 +-
sound/soc/mediatek/mt8192/Makefile | 2 +-
sound/soc/mediatek/mt8195/Makefile | 2 +-
sound/soc/meson/Makefile | 50 +-
sound/soc/mxs/Makefile | 6 +-
sound/soc/pxa/Makefile | 12 +-
sound/soc/qcom/Makefile | 38 +-
sound/soc/qcom/qdsp6/Makefile | 4 +-
sound/soc/rockchip/Makefile | 16 +-
sound/soc/samsung/Makefile | 38 +-
sound/soc/sh/Makefile | 16 +-
sound/soc/sh/rcar/Makefile | 2 +-
sound/soc/sof/Makefile | 30 +-
sound/soc/sof/amd/Makefile | 10 +-
sound/soc/sof/imx/Makefile | 8 +-
sound/soc/sof/intel/Makefile | 30 +-
sound/soc/sof/mediatek/mt8186/Makefile | 2 +-
sound/soc/sof/mediatek/mt8195/Makefile | 2 +-
sound/soc/sof/xtensa/Makefile | 2 +-
sound/soc/spear/Makefile | 6 +-
sound/soc/sprd/Makefile | 2 +-
sound/soc/sti/Makefile | 2 +-
sound/soc/stm/Makefile | 8 +-
sound/soc/tegra/Makefile | 46 +-
sound/soc/ti/Makefile | 36 +-
sound/soc/uniphier/Makefile | 8 +-
sound/soc/ux500/Makefile | 6 +-
sound/soc/xilinx/Makefile | 6 +-
sound/soc/xtensa/Makefile | 2 +-
65 files changed, 787 insertions(+), 787 deletions(-)
--
2.43.0
next reply other threads:[~2024-05-07 15:55 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-07 15:55 Takashi Iwai [this message]
2024-05-07 15:55 ` [PATCH 01/34] ASoC: core: Use *-y instead of *-objs in Makefile Takashi Iwai
2024-05-07 15:55 ` [PATCH 02/34] ASoC: codecs: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 03/34] ASoC: adi: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 04/34] ASoC: amd: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 05/34] ASoC: apple: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 06/34] ASoC: atmel: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 07/34] ASoC: au1x: Use *-y instead of *-objs Makefile Takashi Iwai
2024-05-07 15:55 ` [PATCH 08/34] ASoC: bcm: Use *-y instead of *-objs in Makefile Takashi Iwai
2024-05-07 15:55 ` [PATCH 09/34] ASoC: cirrus: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 10/34] ASoC: fsl: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 11/34] ASoC: generic: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 12/34] ASoC: intel: " Takashi Iwai
2024-05-08 13:00 ` Amadeusz Sławiński
2024-05-07 15:55 ` [PATCH 13/34] ASoC: jz4740: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 14/34] ASoC: kirkwood: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 15/34] ASoC: loongson: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 16/34] ASoC: mediatek: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 17/34] ASoC: meson: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 18/34] ASoC: mxs: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 19/34] ASoC: pxa: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 20/34] ASoC: qcom: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 21/34] ASoC: rockchip: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 22/34] ASoC: samsung: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 23/34] ASoC: sh: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 24/34] ASoC: SOF: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 25/34] ASoC: spear: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 26/34] ASoC: sprd: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 27/34] ASoC: sti: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 28/34] ASoC: stm: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 29/34] ASoC: tegra: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 30/34] ASoC: ti: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 31/34] ASoC: uniphier: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 32/34] ASoC: ux500: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 33/34] ASoC: xilinx: " Takashi Iwai
2024-05-07 15:55 ` [PATCH 34/34] ASoC: xtensa: " Takashi Iwai
2024-05-08 5:44 ` [PATCH 00/34] ASoC: " Jaroslav Kysela
2024-05-09 4:53 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240507155540.24815-1-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=broonie@kernel.org \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox