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:
parent
781a0308f4
commit
d7abc0f819
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 $@
|
||||
|
|
Loading…
Reference in a new issue