aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-02-27 14:34:50 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2021-02-28 15:22:02 +0900
commitad7953e7aebb585d0fcfc58d81e207360f751ddb (patch)
treea944543656eabc88f3cd06e951a645ee7187ab93 /arch
parentkbuild: do not include include/config/auto.conf from adjust_autoksyms.sh (diff)
downloadlinux-dev-ad7953e7aebb585d0fcfc58d81e207360f751ddb.tar.xz
linux-dev-ad7953e7aebb585d0fcfc58d81e207360f751ddb.zip
ia64: remove redundant READELF from arch/ia64/Makefile
READELF is defined by the top Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/Makefile1
1 files changed, 0 insertions, 1 deletions
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__