kconfig: use $(PERL) in Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 17 Dec 2019 04:18:19 +0000 (13:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 6 Jan 2020 17:18:45 +0000 (02:18 +0900)
commitc8138a57bbd1a13a2e23d34d3f8f338dd5b526ca
tree47b20d8802c1e35b8531053033e70eea40c32e50
parent1d1352373ebcc627172132f261ea46df0cec767e
kconfig: use $(PERL) in Makefile

The top Makefile defines and exports the variable 'PERL'. Use it in
case somebody wants to specify a particular version of perl from the
command line.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/Makefile