commit | d7abc0f81908821d51bfd882dbd463674789b36c | [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 | 781a0308f43c118e9e94b57140c1ec92a0768a67 [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 $@