]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
kbuild: dummy-tools: Add elfedit.
authorMichal Suchanek <msuchanek@suse.de>
Thu, 8 Apr 2021 21:31:39 +0000 (23:31 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 16 Apr 2021 02:11:28 +0000 (04:11 +0200)
elfedit is used in Makefile

 Makefile:GCC_TOOLCHAIN_DIR := $(dir $(shell which $(CROSS_COMPILE)elfedit))

which causes this error getting printed

 which: no elfedit in (./scripts/dummy-tools)

Add elfedit to dummy-tools to avoid this error.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
scripts/dummy-tools/elfedit [new symlink]

diff --git a/scripts/dummy-tools/elfedit b/scripts/dummy-tools/elfedit
new file mode 120000 (symlink)
index 0000000..c0648b3
--- /dev/null
@@ -0,0 +1 @@
+ld
\ No newline at end of file