Searched hist:"1881 b4d64700e54ab8706a43c1ad119c3ad653dc" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/boot/compressed/ |
H A D | Makefile | diff 1881b4d64700e54ab8706a43c1ad119c3ad653dc Tue Mar 14 08:43:51 CET 2023 Masahiro Yamada <masahiroy@kernel.org> 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>
|