From: Masahiro Yamada <masahiroy@kernel.org>
Date: Sat, 27 Feb 2021 05:34:50 +0000 (+0900)
Subject: ia64: remove redundant READELF from arch/ia64/Makefile
X-Git-Tag: howlett/maple/20220722_2~3625^2~2
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ad7953e7aebb585d0fcfc58d81e207360f751ddb;p=users%2Fjedix%2Flinux-maple.git

ia64: remove redundant READELF from arch/ia64/Makefile

READELF is defined by the top Makefile.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile
index 3e9da5e6c3bd..467b7e7f967c 100644
--- a/arch/ia64/Makefile
+++ b/arch/ia64/Makefile
@@ -14,7 +14,6 @@
 KBUILD_DEFCONFIG := generic_defconfig
 
 NM := $(CROSS_COMPILE)nm -B
-READELF := $(CROSS_COMPILE)readelf
 
 CHECKFLAGS	+= -D__ia64=1 -D__ia64__=1 -D_LP64 -D__LP64__