summaryrefslogtreecommitdiff
path: root/script/build/fw/coreboot
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-07 06:03:51 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-07 06:04:45 +0100
commitba324d8c077fd2a649ae39c62da353d197e53a78 (patch)
treeda759dfe14071efcbca03c04e4e4c630044cec20 /script/build/fw/coreboot
parent4708da2ca9a72520f39749b3b34b0bdc2fbfa15d (diff)
build/coreboot/grub: move to build/fw/grub
This eliminates an additional subdirectory. Signed-off-by: Leah Rowe <leah@libreboot.org>
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()