]> Git Repo - J-u-boot.git/commit - MAKEALL
MAKEALL: adjust for Kconfig
authorMasahiro Yamada <[email protected]>
Wed, 30 Jul 2014 05:08:21 +0000 (14:08 +0900)
committerTom Rini <[email protected]>
Wed, 30 Jul 2014 18:42:02 +0000 (14:42 -0400)
commitbb6da87d7eba1bbd51c98a4912ee4e099d79a639
treec043f8ebc78496afed3cd53eece27adfffe46f7a
parenta2580ebb72af57a1b47757ecd3450caca97cdaeb
MAKEALL: adjust for Kconfig

 - 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: Masahiro Yamada <[email protected]>
Acked-by: Simon Glass <[email protected]>
MAKEALL
This page took 0.033101 seconds and 4 git commands to generate.