From ba324d8c077fd2a649ae39c62da353d197e53a78 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 7 Oct 2023 06:03:51 +0100 Subject: build/coreboot/grub: move to build/fw/grub This eliminates an additional subdirectory. Signed-off-by: Leah Rowe --- script/build/fw/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/build/fw/coreboot') 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() -- cgit v1.2.1