ARC: build: use $(READELF) instead of hard-coded readelf
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 21 Nov 2020 19:36:57 +0000 (04:36 +0900)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 2 Dec 2020 01:24:05 +0000 (17:24 -0800)
commit3a71e423133a4b1166ffafcb4a7cfa87ddecb910
treeb88656f2254988314f319e5143acfe05782ba8e0
parenta4e070cfeb9d4961a169a2f1a614665cf51de963
ARC: build: use $(READELF) instead of hard-coded readelf

The top Makefile defines READELF as the readelf in the cross-toolchains.
Use it rather than the host readelf.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/Makefile