make.sh: fix finish message "make nopack_defconfig"

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I387c6337d8d5ea8a2e68a289aff695f38ebfcd47
This commit is contained in:
Joseph Chen 2020-04-20 16:06:06 +08:00 committed by Jianhong Chen
parent ec4fe46226
commit 6084ba494f
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ function finish()
echo
if [ ! -z "$OPTION" ]; then
echo "Platform ${RKCHIP_LABEL} is build OK, with exist .config ($OPTION)"
elif [ "$BOARD" = '' ]; then
elif [ "$BOARD" = '' -o "$BOARD" = 'nopack' ]; then
echo "Platform ${RKCHIP_LABEL} is build OK, with exist .config"
else
echo "Platform ${RKCHIP_LABEL} is build OK, with new .config(make ${BOARD}_defconfig)"