summaryrefslogtreecommitdiff
path: root/script/build/fw/coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'script/build/fw/coreboot')
-rwxr-xr-xscript/build/fw/coreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/fw/coreboot b/script/build/fw/coreboot
index dede12c8..7c89bb35 100755
--- a/script/build/fw/coreboot
+++ b/script/build/fw/coreboot
@@ -169,7 +169,7 @@ build_dependency_grub()
rebuild_grub="y" && break
done
[ "${rebuild_grub}" = "y" ] || return 0
- x_ ./build coreboot grub
+ x_ ./build fw grub
}
build_dependency_uboot()