Re: [PATCH] kconfig: add build-only configurator targets

2018-08-16 Thread Masahiro Yamada
2018-08-17 1:30 GMT+09:00 Randy Dunlap : > On 08/15/2018 08:27 PM, Masahiro Yamada wrote: >> 2018-08-15 9:36 GMT+09:00 Randy Dunlap : >>> From: Randy Dunlap >>> >>> Add build-only targets for build_menuconfig, build_nconfig, >>> build_xconfig, and build_gconfig. >>> (targets must end in "config" t

Re: [PATCH] kconfig: add build-only configurator targets

2018-08-16 Thread Randy Dunlap
On 08/15/2018 08:27 PM, Masahiro Yamada wrote: > 2018-08-15 9:36 GMT+09:00 Randy Dunlap : >> From: Randy Dunlap >> >> 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 allow

Re: [PATCH] kconfig: add build-only configurator targets

2018-08-15 Thread Masahiro Yamada
2018-08-15 9:36 GMT+09:00 Randy Dunlap : > From: Randy Dunlap > > 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 >

[PATCH] kconfig: add build-only configurator targets

2018-08-14 Thread Randy Dunlap
From: Randy Dunlap 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 ch