From: Michal Suchanek Date: Thu, 8 Apr 2021 21:31:39 +0000 (+0200) Subject: kbuild: dummy-tools: Add elfedit. X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=47ff3585216b3e7dbd81febb6a38d93abca44af2;p=users%2Fjedix%2Flinux-maple.git kbuild: dummy-tools: Add elfedit. 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 Signed-off-by: Miguel Ojeda --- diff --git a/scripts/dummy-tools/elfedit b/scripts/dummy-tools/elfedit new file mode 120000 index 0000000000000..c0648b38dd424 --- /dev/null +++ b/scripts/dummy-tools/elfedit @@ -0,0 +1 @@ +ld \ No newline at end of file