Support rebuild when using qemu config

This commit is contained in:
Jeremy Soller
2019-03-02 13:45:13 -07:00
parent 1b58f9a867
commit d5811799c3

View File

@@ -3,6 +3,10 @@
set -ex
MODEL="$(grep CONFIG_VARIANT_DIR .config | cut -d '"' -f2)"
if [ -z "$MODEL" ]
then
MODEL="qemu"
fi
time make -j$(nproc) BUILD_TIMELESS=1