From d5811799c331738a0b3f574e356b77105048fdde Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 2 Mar 2019 13:45:13 -0700 Subject: [PATCH] Support rebuild when using qemu config --- rebuild.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rebuild.sh b/rebuild.sh index e51b99c0e1..15f6f9379a 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -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