Skip to content
  • Masahiro Yamada's avatar
    MAKEALL: adjust for Kconfig · bb6da87d
    Masahiro Yamada authored
    
    
     - Use "make <board>_defconfig" instead of "make <board>_config".
    
     - Invoke tools/genboardscfg.py to generate boards.cfg when it is
       missing.
    
     - Show "Building ${BOARD_NAME} board..." message.
       (Prior to Kconfig, instead, mkconfig script displayed
       "Configuring for ${BOARD_NAME} board..." but it was removed.)
       Without this message, we cannot know which board is currently
       being built.
    
     - Do not show "# configuration written to .config".
       This message is useless and just annoying for MAKEALL.
    
    Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
    Acked-by: default avatarSimon Glass <sjg@chromium.org>
    bb6da87d