commit | 4bf6a9af0e9107926d1fb0112e7f9acb0d798cb4 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Tue Aug 14 17:36:49 2018 -0700 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Aug 22 23:21:37 2018 +0900 |
tree | 421ae97e28c2ce1c9ba9306ceaac8adb8b1beb15 | |
parent | e3fd9b5384f37e55261ebd261ad97951a44ece50 [diff] |
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>