unify build/grub/* to build/coreboot/grub

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-10-06 01:34:14 +01:00
parent 176722a841
commit 1c2de7f962
5 changed files with 16 additions and 34 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ build_dependency_grub()
rebuild_grub="y" && break
done
[ "${rebuild_grub}" = "y" ] || return 0
x_ ./build grub payload
x_ ./build coreboot grub
}
build_dependency_uboot()