From ddb47796bc4cde427eb7fd8988c714108ea16bec Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 1 Jul 2020 17:56:45 +0100 Subject: [PATCH] Use documented mechanism for embedding iPXE script Signed-off-by: Michael Brown --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f53979b..79208fb 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,8 @@ ci-config: .PHONY: update-ipxe update-ipxe: - EMBEDDED_IMAGE=$(HERE)/pixiecore/boot.ipxe \ $(MAKE) -C third_party/ipxe/src \ + EMBED=$(HERE)/pixiecore/boot.ipxe \ bin/ipxe.pxe \ bin/undionly.kpxe \ bin-x86_64-efi/ipxe.efi \