From 47ff3585216b3e7dbd81febb6a38d93abca44af2 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Thu, 8 Apr 2021 23:31:39 +0200 Subject: [PATCH] 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 --- scripts/dummy-tools/elfedit | 1 + 1 file changed, 1 insertion(+) create mode 120000 scripts/dummy-tools/elfedit 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 -- 2.51.0