Support rebuild when using qemu config
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
MODEL="$(grep CONFIG_VARIANT_DIR .config | cut -d '"' -f2)"
|
MODEL="$(grep CONFIG_VARIANT_DIR .config | cut -d '"' -f2)"
|
||||||
|
if [ -z "$MODEL" ]
|
||||||
|
then
|
||||||
|
MODEL="qemu"
|
||||||
|
fi
|
||||||
|
|
||||||
time make -j$(nproc) BUILD_TIMELESS=1
|
time make -j$(nproc) BUILD_TIMELESS=1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user