]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e3e1be3bb45d54f735fb3ebb037a3ba26bdae4e
tree421ae97e28c2ce1c9ba9306ceaac8adb8b1beb15
parent4dcd5137c7309596c0117bfdc9e37cc72f859320
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