From 6fff371b819f8f37e0a683ff72f24abe766e417a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 13 Dec 2024 19:24:13 -0600 Subject: [PATCH] make: Build GRUB after packages are built The `build-grub.sh` script needs the GRUB image from the target build root. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6bff7be..83edadc 100644 --- a/Makefile +++ b/Makefile @@ -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