summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index 0d993da..464b4929 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -378,6 +378,12 @@ INSTALLED_BOOTLOADERIMAGE_TARGET := $(PRODUCT_OUT)/bootloader.img
INSTALLED_UBOOT_MODULE := $(PRODUCT_OUT)/u-boot.bin
+ifeq ($(TARGET_XLOADER_MLO),true)
+INSTALLED_XLOADER_MODULE := $(PRODUCT_OUT)/MLO
+else
+INSTALLED_XLOADER_MODULE := $(PRODUCT_OUT)/x-load.bin
+endif
+
# -----------------------------------------------------------------
# the ramdisk
INTERNAL_RAMDISK_FILES := $(filter $(TARGET_ROOT_OUT)/%, \