work around broken ipxe EMBED

This commit is contained in:
Neil Roza 2020-06-17 22:25:02 +00:00 committed by Dave Anderson
parent c36e8784c8
commit bc90686a52
2 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ ci-config:
.PHONY: update-ipxe .PHONY: update-ipxe
update-ipxe: update-ipxe:
EMBED=$(HERE)/pixiecore/boot.ipxe \ EMBEDDED_IMAGE=$(HERE)/pixiecore/boot.ipxe \
$(MAKE) -C third_party/ipxe/src \ $(MAKE) -C third_party/ipxe/src \
bin/ipxe.pxe \ bin/ipxe.pxe \
bin/undionly.kpxe \ bin/undionly.kpxe \

File diff suppressed because one or more lines are too long