mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
roms: enable ipxe cross builds
This commit is contained in:
parent
bcf06c15e7
commit
779fa9d706
@ -31,6 +31,7 @@ find-cross-gcc = $(firstword $(wildcard $(patsubst %ld,%gcc,$(call find-cross-ld
|
||||
find-cross-prefix = $(subst gcc,,$(notdir $(call find-cross-gcc,$(1))))
|
||||
|
||||
powerpc64_cross_prefix := $(call find-cross-prefix,powerpc64)
|
||||
x86_64_cross_prefix := $(call find-cross-prefix,x86_64)
|
||||
|
||||
#
|
||||
# EfiRom utility is shipped with edk2 / tianocore, in BaseTools/
|
||||
@ -95,10 +96,12 @@ efi-rom-%: build-pxe-roms build-efi-roms
|
||||
|
||||
build-pxe-roms: ipxe/src/config/local/general.h
|
||||
$(MAKE) $(MAKEFLAGS) -C ipxe/src GITVERSION="" \
|
||||
CROSS_COMPILE=$(x86_64_cross_prefix) \
|
||||
$(patsubst %,bin/%.rom,$(pxerom_targets))
|
||||
|
||||
build-efi-roms: build-pxe-roms ipxe/src/config/local/general.h
|
||||
$(MAKE) $(MAKEFLAGS) -C ipxe/src GITVERSION="" \
|
||||
CROSS_COMPILE=$(x86_64_cross_prefix) \
|
||||
$(patsubst %,bin-i386-efi/%.efidrv,$(pxerom_targets)) \
|
||||
$(patsubst %,bin-x86_64-efi/%.efidrv,$(pxerom_targets))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user