Quick rebuild script
This commit is contained in:
9
rebuild.sh
Executable file
9
rebuild.sh
Executable 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"
|
Reference in New Issue
Block a user