build/coreboot/grub: move to build/fw/grub
This eliminates an additional subdirectory. Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
4708da2ca9
commit
ba324d8c07
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue