make: Build GRUB after packages are built
The `build-grub.sh` script needs the GRUB image from the target build root.
This commit is contained in:
2
Makefile
2
Makefile
@@ -91,7 +91,7 @@ kernel: $(O)/linux/arch/arm64/boot/Image.gz
|
|||||||
$(O)/efi-part/EFI/BOOT/BOOTAA64.efi: \
|
$(O)/efi-part/EFI/BOOT/BOOTAA64.efi: \
|
||||||
build-grub.sh \
|
build-grub.sh \
|
||||||
grub.cfg \
|
grub.cfg \
|
||||||
$(O)/.prepared
|
$(O)/.built
|
||||||
./build-grub.sh "$(O)"
|
./build-grub.sh "$(O)"
|
||||||
|
|
||||||
grub: $(O)/efi-part/EFI/BOOT/BOOTAA64.efi
|
grub: $(O)/efi-part/EFI/BOOT/BOOTAA64.efi
|
||||||
|
|||||||
Reference in New Issue
Block a user