Skip to content
Snippets Groups Projects
Commit b464f8e7 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 94d2ebe5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment