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:
parent
ec4fe46226
commit
6084ba494f
2
make.sh
2
make.sh
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue