summaryrefslogtreecommitdiff
path: root/include/rom.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-17 04:22:03 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-17 04:22:03 +0100
commit39640d76a75098e7acf1cf2e3616978a5b0978f1 (patch)
tree079c8d26fb9b7f00f8018dd85bb4fe70431b6171 /include/rom.sh
parentc8dc701f3ebf3de75b4461e15f7324400240d064 (diff)
lbmk: minor cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/rom.sh')
-rw-r--r--include/rom.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rom.sh b/include/rom.sh
index 7e2271f1..0f6fafbf 100644
--- a/include/rom.sh
+++ b/include/rom.sh
@@ -283,6 +283,7 @@ mkcoreboottar()
[ "$target" = "$tree" ] && return 0
[ "$XBMK_RELEASE" = "y" ] || return 0
[ "$release" != "n" ] || return 0
+
$dry mkrom_tarball "bin/$target"
$dry x_ ./mk inject "bin/${relname}_${target}.tar.xz" nuke; :
}