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>
This commit is contained in:
Bin Meng 2023-04-13 14:20:04 +08:00 committed by Leo Yu-Chi Liang
parent 781a0308f4
commit d7abc0f819

View File

@ -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 $@