aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBin Meng2023-04-13 14:20:04 +0800
committerLeo Yu-Chi Liang2023-04-20 20:45:08 +0800
commitd7abc0f81908821d51bfd882dbd463674789b36c (patch)
tree2901fce94f67741573960d7dae8ba7c857660c9d /Makefile
parent781a0308f43c118e9e94b57140c1ec92a0768a67 (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5083beae359..eaaf7d267d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1761,7 +1761,7 @@ ifeq ($(CONFIG_KALLSYMS),y)
endif
ifeq ($(CONFIG_RISCV),y)
- @tools/prelink-riscv $@ 0
+ @tools/prelink-riscv $@
endif
quiet_cmd_sym ?= SYM $@