[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <f6218ac526a04fa4d4406f935bcc4eb4a7df65c4.1617917438.git.msuchanek@suse.de>
Date: Thu, 8 Apr 2021 23:31:39 +0200
From: Michal Suchanek <msuchanek@...e.de>
To: linux-kbuild@...r.kernel.org
Cc: Michal Suchanek <msuchanek@...e.de>,
Masahiro Yamada <masahiroy@...nel.org>,
Michal Marek <michal.lkml@...kovi.net>,
linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] 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 <msuchanek@...e.de>
---
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 000000000000..c0648b38dd42
--- /dev/null
+++ b/scripts/dummy-tools/elfedit
@@ -0,0 +1 @@
+ld
\ No newline at end of file
--
2.26.2
Powered by blists - more mailing lists