commit | da998a75c086495e9b58e4ffa9d6654039e3fdb5 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Thu Apr 13 14:20:04 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Apr 20 20:45:08 2023 +0800 |
tree | 2901fce94f67741573960d7dae8ba7c857660c9d | |
parent | 3e4b4c4e2a490bd6220b3d7520e924aa0a8f15bf [diff] [blame] |
makefile: riscv: Drop useless argument of prelink-riscv The argv[2] is never used in prelink-riscv. Drop it. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Rick Chen <rick@andestech.com>
diff --git a/Makefile b/Makefile index 5083bea..eaaf7d2 100644 --- a/Makefile +++ b/Makefile
@@ -1761,7 +1761,7 @@ endif ifeq ($(CONFIG_RISCV),y) - @tools/prelink-riscv $@ 0 + @tools/prelink-riscv $@ endif quiet_cmd_sym ?= SYM $@