Re: [PATCH] arm64: clean up tools Makefile

From: Will Deacon
Date: Tue Mar 08 2022 - 09:11:33 EST


On Sun, 27 Feb 2022 17:52:32 +0900, Masahiro Yamada wrote:
> Remove unused gen-y.
>
> Remove redundant $(shell ...) because 'mkdir' is done in cmd_gen_cpucaps.
>
> Replace $(filter-out $(PHONY), $^) with the $(real-prereqs) shorthand.
>
> The '&&' in cmd_gen_cpucaps should be replaced with ';' because it is
> run under 'set -e' environment.
>
> [...]

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: clean up tools Makefile
https://git.kernel.org/arm64/c/819a47d24b61

Cheers,
--
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev