]> Git Repo - J-linux.git/commitdiff
ia64: remove redundant READELF from arch/ia64/Makefile
authorMasahiro Yamada <[email protected]>
Sat, 27 Feb 2021 05:34:50 +0000 (14:34 +0900)
committerMasahiro Yamada <[email protected]>
Sun, 28 Feb 2021 06:22:02 +0000 (15:22 +0900)
READELF is defined by the top Makefile.

Signed-off-by: Masahiro Yamada <[email protected]>
arch/ia64/Makefile

index 3e9da5e6c3bdde5bfc1edc4b508e0af58317a430..467b7e7f967c607eda09e8ba24e6c587b518a184 100644 (file)
@@ -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__
 
This page took 0.049002 seconds and 4 git commands to generate.