mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-30 16:14:01 +00:00
ensure that the dxe modules will be built with the Heads cross compiler
This commit is contained in:
parent
c98bfe158f
commit
c7c4b9919c
@ -36,6 +36,7 @@ linuxboot_target := \
|
|||||||
KERNEL=$(build)/$(BOARD)/bzImage \
|
KERNEL=$(build)/$(BOARD)/bzImage \
|
||||||
INITRD=$(build)/$(BOARD)/initrd.cpio.xz \
|
INITRD=$(build)/$(BOARD)/initrd.cpio.xz \
|
||||||
CUSTOM=$(CUSTOMPWD) \
|
CUSTOM=$(CUSTOMPWD) \
|
||||||
|
CROSS=$(CROSS) \
|
||||||
$(if $(CONFIG_LINUXBOOT_ROM), ROM=$(pwd)/$(CONFIG_LINUXBOOT_ROM)) \
|
$(if $(CONFIG_LINUXBOOT_ROM), ROM=$(pwd)/$(CONFIG_LINUXBOOT_ROM)) \
|
||||||
all
|
all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user