Merge "makefile: Enable compilation of uefi edk"
This commit is contained in:
commit
0de1cd44eb
|
@ -377,7 +377,11 @@ endif
|
||||||
ifneq ($(strip $(TARGET_NO_BOOTLOADER)),true)
|
ifneq ($(strip $(TARGET_NO_BOOTLOADER)),true)
|
||||||
|
|
||||||
# Compile
|
# Compile
|
||||||
|
ifeq ($(strip $(TARGET_USES_UEFI)),true)
|
||||||
|
include bootable/bootloader/edk2/AndroidBoot.mk
|
||||||
|
else
|
||||||
include bootable/bootloader/lk/AndroidBoot.mk
|
include bootable/bootloader/lk/AndroidBoot.mk
|
||||||
|
endif
|
||||||
|
|
||||||
$(INSTALLED_BOOTLOADER_MODULE): $(TARGET_EMMC_BOOTLOADER) | $(ACP)
|
$(INSTALLED_BOOTLOADER_MODULE): $(TARGET_EMMC_BOOTLOADER) | $(ACP)
|
||||||
$(transform-prebuilt-to-target)
|
$(transform-prebuilt-to-target)
|
||||||
|
|
Loading…
Reference in New Issue