-
- Downloads
buildman: Squash useless output from -K
When using #define CONFIG_SOME_OPTION, the value it set to '1'. When using
defconfig (i.e. CONFIG_SOME_OPTION=y) the value is set to 'y'. This results
in differences showing up with -K. These differences are seldom useful.
Adjust buildman to suppress these differences by default.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- tools/buildman/README 12 additions, 0 deletionstools/buildman/README
- tools/buildman/builder.py 22 additions, 12 deletionstools/buildman/builder.py
- tools/buildman/cmdline.py 2 additions, 0 deletionstools/buildman/cmdline.py
- tools/buildman/control.py 2 additions, 1 deletiontools/buildman/control.py
Loading
Please register or sign in to comment