kconfig: add build-only configurator targets
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 15 Aug 2018 00:36:49 +0000 (17:36 -0700)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Aug 2018 14:21:37 +0000 (23:21 +0900)
commit4bf6a9af0e9107926d1fb0112e7f9acb0d798cb4
tree421ae97e28c2ce1c9ba9306ceaac8adb8b1beb15
parente3fd9b5384f37e55261ebd261ad97951a44ece50
kconfig: add build-only configurator targets

Add build-only targets for build_menuconfig, build_nconfig,
build_xconfig, and build_gconfig.
(targets must end in "config" to qualify in top-level Makefile)

This allows these target to be built without execution (e.g., to
look for errors or warnings) and/or to be built and checked by sparse.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/Makefile