ARM: 9291/1: decompressor: simplify the path to the top vmlinux
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 14 Mar 2023 07:43:51 +0000 (08:43 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 11 Apr 2023 10:01:28 +0000 (11:01 +0100)
commit1881b4d64700e54ab8706a43c1ad119c3ad653dc
treec3d4bd49253e0b6f7386d95619638e020b6e906b
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
ARM: 9291/1: decompressor: simplify the path to the top vmlinux

With commit 8debed3efe3a ("kbuild: export top-level LDFLAGS_vmlinux
only to scripts/Makefile.vmlinux") applied, we no longer see the error
message while building the ARM zImage, but we do not have a good reason
to complicate the file path either.

'$(obj)/../../../../vmlinux' is canonicalized to 'vmlinux'.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/boot/compressed/Makefile