]> git.itanic.dy.fi Git - linux-stable/commit
ARM: 9262/1: remove lazy evaluation in Makefile
authorNick Desaulniers <ndesaulniers@google.com>
Mon, 24 Oct 2022 19:43:47 +0000 (20:43 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 7 Nov 2022 14:19:04 +0000 (14:19 +0000)
commit5aa4860eb50f3700e3175759f608bcfb68d0d6ae
tree80fcde097262d06c1274b58092d5c07ff8e8f4fc
parent3f712c7c78a86640d28cc94469e312e59878d6b8
ARM: 9262/1: remove lazy evaluation in Makefile

arch-y and tune-y used lazy evaluation since they used to contain

cc-option checks. They don't any longer, so just eagerly evaluate these
command line flags.

Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/Makefile