Skip to content
  • Simon Glass's avatar
    buildman: Squash useless output from -K · b464f8e7
    Simon Glass authored
    
    
    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>
    b464f8e7