]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Build util/efirom as a host-only binary
authorMichael Brown <mcb30@ipxe.org>
Sat, 28 Jan 2023 16:24:05 +0000 (16:24 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 28 Jan 2023 16:26:28 +0000 (16:26 +0000)
commit5bf8b115271fe7cfb45d0e83ef9f29fcf609068a
tree6850dede7ae03a6f00d5c6e6ebe4cd812d6ff0ca
parent2d180ce233f6eae8d0df279e5cbf134f547f604c
[efi] Build util/efirom as a host-only binary

As with util/elf2efi32 and util/elf2efi64 in commit a99e435 ("[efi] Do
not rely on ProcessorBind.h when building host binaries"), build
util/efirom without using any architecture-specific EDK2 headers since
the build host's CPU architecture may not be supported by EDK2.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/efi/ProcessorBind.h
src/util/efirom.c