Quick rebuild script

This commit is contained in:
Jeremy Soller
2019-02-27 13:14:38 -07:00
parent 33ea3e837d
commit 1842e2a7f4

9
rebuild.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -ex
MODEL="$(grep CONFIG_VARIANT_DIR .config | cut -d '"' -f2)"
time make -j$(nproc) BUILD_TIMELESS=1
cp -v build/coreboot.rom "system76/$MODEL/coreboot"