diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-07 06:03:51 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-07 06:04:45 +0100 |
commit | ba324d8c077fd2a649ae39c62da353d197e53a78 (patch) | |
tree | da759dfe14071efcbca03c04e4e4c630044cec20 | |
parent | 4708da2ca9a72520f39749b3b34b0bdc2fbfa15d (diff) |
build/coreboot/grub: move to build/fw/grub
This eliminates an additional subdirectory.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | script/build/fw/coreboot | 2 | ||||
-rwxr-xr-x | script/build/fw/grub (renamed from script/build/coreboot/grub) | 0 |
2 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() diff --git a/script/build/coreboot/grub b/script/build/fw/grub index 49b8b416..49b8b416 100755 --- a/script/build/coreboot/grub +++ b/script/build/fw/grub |