commit | cde5c30a138cdab54cecb982f19fc359bda663ee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 13 14:25:53 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 02 10:37:47 2016 -0700 |
tree | a5de172890a37ff9d53ad5378aa44bebb45e966e | |
parent | b50ce02201f03ae6e3cdd1bbd59c6fe38a04b39f [diff] |
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>