ensure that the dxe modules will be built with the Heads cross compiler

This commit is contained in:
Trammell Hudson 2018-08-09 12:20:03 -04:00
parent c98bfe158f
commit c7c4b9919c
Failed to extract signature

View File

@ -36,6 +36,7 @@ linuxboot_target := \
KERNEL=$(build)/$(BOARD)/bzImage \
INITRD=$(build)/$(BOARD)/initrd.cpio.xz \
CUSTOM=$(CUSTOMPWD) \
CROSS=$(CROSS) \
$(if $(CONFIG_LINUXBOOT_ROM), ROM=$(pwd)/$(CONFIG_LINUXBOOT_ROM)) \
all