fix oversight in previous commit

Signed-off-by: Leah Rowe <leah@libreboot.org>
9020vga
Leah Rowe 2024-01-01 18:08:05 +00:00
parent 2d7e7306ff
commit a7f58abb5a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ build_payloads()
x_ ./update trees -b memtest86plus
[ "$payload_seabios" = "y" ] && x_ ./update trees -b seabios
for bt in grub_payload dependency_uboot; do
for bt in grub_payload uboot_payload; do
eval "build_${bt}"
done
}