Skip to content
Snippets Groups Projects
Commit ad7953e7 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ia64: remove redundant READELF from arch/ia64/Makefile


READELF is defined by the top Makefile.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 12e9dea6
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
KBUILD_DEFCONFIG := generic_defconfig KBUILD_DEFCONFIG := generic_defconfig
NM := $(CROSS_COMPILE)nm -B NM := $(CROSS_COMPILE)nm -B
READELF := $(CROSS_COMPILE)readelf
CHECKFLAGS += -D__ia64=1 -D__ia64__=1 -D_LP64 -D__LP64__ CHECKFLAGS += -D__ia64=1 -D__ia64__=1 -D_LP64 -D__LP64__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment