build/coreboot/grub: move to build/fw/grub

This eliminates an additional subdirectory.

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-07 06:03:51 +01:00
parent 4708da2ca9
commit ba324d8c07
2 changed files with 1 additions and 1 deletions

View File

@ -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()