From d7abc0f81908821d51bfd882dbd463674789b36c Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Thu, 13 Apr 2023 14:20:04 +0800 Subject: makefile: riscv: Drop useless argument of prelink-riscv The argv[2] is never used in prelink-riscv. Drop it. Signed-off-by: Bin Meng Reviewed-by: Rick Chen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ -- cgit v1.2.3