Merge "makefile: Enable compilation of uefi edk"

This commit is contained in:
Linux Build Service Account 2016-02-11 02:50:19 -08:00 committed by Gerrit - the friendly Code Review server
commit 0de1cd44eb
1 changed files with 4 additions and 0 deletions

View File

@ -377,7 +377,11 @@ endif
ifneq ($(strip $(TARGET_NO_BOOTLOADER)),true)
# Compile
ifeq ($(strip $(TARGET_USES_UEFI)),true)
include bootable/bootloader/edk2/AndroidBoot.mk
else
include bootable/bootloader/lk/AndroidBoot.mk
endif
$(INSTALLED_BOOTLOADER_MODULE): $(TARGET_EMMC_BOOTLOADER) | $(ACP)
$(transform-prebuilt-to-target)