mbox series

[00/34] ASoC: Use *-y instead of *-objs in Makefile

Message ID 20240507155540.24815-1-tiwai@suse.de (mailing list archive)
Headers show
Series ASoC: Use *-y instead of *-objs in Makefile | expand

Message

Takashi Iwai May 7, 2024, 3:55 p.m. UTC
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(-)

Comments

Jaroslav Kysela May 8, 2024, 5:44 a.m. UTC | #1
On 07. 05. 24 17:55, Takashi Iwai wrote:
> 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.

Reviewed-by: Jaroslav Kysela <perex@perex.cz>

			Thanks,
				Jaroslav
Mark Brown May 9, 2024, 4:53 a.m. UTC | #2
On Tue, 07 May 2024 17:55:04 +0200, Takashi Iwai wrote:
> 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.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[01/34] ASoC: core: Use *-y instead of *-objs in Makefile
        commit: fd25e1c1328f40c6eb0bfa5ebee757e0e1dfb308
[02/34] ASoC: codecs: Use *-y instead of *-objs in Makefile
        commit: 1c3fa6662832f1498b78817317796bc37df7da40
[03/34] ASoC: adi: Use *-y instead of *-objs in Makefile
        commit: 01e8f66b434f3cca0690f839c417324d7471aa9b
[04/34] ASoC: amd: Use *-y instead of *-objs in Makefile
        commit: 07214013578b156d0fda288a0311d353ea149674
[05/34] ASoC: apple: Use *-y instead of *-objs in Makefile
        commit: fa8e54828efee5002b5aed0e315097f7ca4171d8
[06/34] ASoC: atmel: Use *-y instead of *-objs in Makefile
        commit: 907cb79d41a7bb54d2d69bbbdd6ebb159a1d1718
[07/34] ASoC: au1x: Use *-y instead of *-objs Makefile
        commit: ef993723af434eb91923b39dcef1623bcfa89606
[08/34] ASoC: bcm: Use *-y instead of *-objs in Makefile
        commit: 37f8d0d000b55038938e90d21aa987a6db1dd31a
[09/34] ASoC: cirrus: Use *-y instead of *-objs in Makefile
        commit: 591002b84a335f538879b44dff64568875da89b3
[10/34] ASoC: fsl: Use *-y instead of *-objs in Makefile
        commit: fe756e1e54c62ee691a3778b3e758808d0a41ab5
[11/34] ASoC: generic: Use *-y instead of *-objs in Makefile
        commit: 76560b808b41267cd08a538d2ad536f557c510f3
[12/34] ASoC: intel: Use *-y instead of *-objs in Makefile
        commit: 590d82e6e6284eba3e99d15264779c4369709291
[13/34] ASoC: jz4740: Use *-y instead of *-objs in Makefile
        commit: f7d09b7d4d709b34ccb0ca8fd626a499fa672a6d
[14/34] ASoC: kirkwood: Use *-y instead of *-objs in Makefile
        commit: 7ca27af84fc3cef3a8769bbef278e460d794c603
[15/34] ASoC: loongson: Use *-y instead of *-objs in Makefile
        commit: 3299aa652dee0d9e61cf7223a5e0bf131faec63f
[16/34] ASoC: mediatek: Use *-y instead of *-objs in Makefile
        commit: 9d819c244a478099828f76a92be4b71360073207
[17/34] ASoC: meson: Use *-y instead of *-objs in Makefile
        commit: bfc05938ebab6429543fcf1df1279b24953f1a7b
[18/34] ASoC: mxs: Use *-y instead of *-objs in Makefile
        commit: 62c6137ab2d0598603115f5bacff38c440a7d8c0
[19/34] ASoC: pxa: Use *-y instead of *-objs in Makefile
        commit: 8a72584d0d7601699f7945ac84899e8a3c7cf617
[20/34] ASoC: qcom: Use *-y instead of *-objs in Makefile
        commit: 078f57bd555b092e85c02510a2cf8bd30773cc3b
[21/34] ASoC: rockchip: Use *-y instead of *-objs in Makefile
        commit: 18db1c48515ed358a1c29e5dbda3e39a822b1864
[22/34] ASoC: samsung: Use *-y instead of *-objs in Makefile
        commit: e93c3b9606d17344a17e061c51dc4ec0538b3345
[23/34] ASoC: sh: Use *-y instead of *-objs in Makefile
        commit: 8c26836f5bade6d8aef415bdbe8d290b8bb8a5d9
[24/34] ASoC: SOF: Use *-y instead of *-objs in Makefile
        commit: 9c2f5b6eb8b7da05e13cde60c32e0a8b1f5873b0
[25/34] ASoC: spear: Use *-y instead of *-objs in Makefile
        commit: 50537c3fae4114dc71cf8b32c71881ca57fd3ad1
[26/34] ASoC: sprd: Use *-y instead of *-objs in Makefile
        commit: c4e93fd13235fdc339d087d4b1f491311f9e6a1d
[27/34] ASoC: sti: Use *-y instead of *-objs in Makefile
        commit: aa4a610309028d38b041cca899b772023178d112
[28/34] ASoC: stm: Use *-y instead of *-objs in Makefile
        commit: f827d7a34bbc1922c36aae80ff30c9ef9fb3647d
[29/34] ASoC: tegra: Use *-y instead of *-objs in Makefile
        commit: 51a50d6ad72702dd8de352c5882a18001638dc30
[30/34] ASoC: ti: Use *-y instead of *-objs in Makefile
        commit: 72b28ec6de0a4dd27dfd89525c3e1efd75ad327b
[31/34] ASoC: uniphier: Use *-y instead of *-objs in Makefile
        commit: d5c337c5e3d54a98a1458942a4c1eb7a307b180c
[32/34] ASoC: ux500: Use *-y instead of *-objs in Makefile
        commit: c4850e856f9db799be4e5a211dc85bdfabbe210b
[33/34] ASoC: xilinx: Use *-y instead of *-objs in Makefile
        commit: a9732bf75785d5baa3259a59ed4cac80da138ed4
[34/34] ASoC: xtensa: Use *-y instead of *-objs in Makefile
        commit: 476d0a22bcc4d305080e3fc2d759010db23ccec1

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark