diff --git a/lichee/brandy/build.sh b/lichee/brandy/build.sh index f46d0a0a0e..75c73e1267 100755 --- a/lichee/brandy/build.sh +++ b/lichee/brandy/build.sh @@ -63,6 +63,7 @@ build_uboot() fi make ${PLATFORM}_config make -j16 + make spl cd - 1>/dev/null }