make: Build GRUB after packages are built

The `build-grub.sh` script needs the GRUB image from the target build
root.
dev/gentoo
Dustin 2024-12-13 19:24:13 -06:00
parent 4a27f46e68
commit 6fff371b81
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ kernel: $(O)/linux/arch/arm64/boot/Image.gz
$(O)/efi-part/EFI/BOOT/BOOTAA64.efi: \
build-grub.sh \
grub.cfg \
$(O)/.prepared
$(O)/.built
./build-grub.sh "$(O)"
grub: $(O)/efi-part/EFI/BOOT/BOOTAA64.efi