--- tasks/bootfiles.mk | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tasks/bootfiles.mk b/tasks/bootfiles.mk index 8489e69..c9cea21 100644 --- a/tasks/bootfiles.mk +++ b/tasks/bootfiles.mk @@ -8,5 +8,8 @@ bootfiles: ifeq ($(TARGET_USE_UBOOT),true) cp $(PRODUCT_OUT)/u-boot.bin $(PRODUCT_OUT)/boot endif +ifeq ($(TARGET_USE_XLOADER),true) + cp $(XLOADER_BINARY) $(PRODUCT_OUT)/boot +endif
$(INSTALLED_BOOTTARBALL_TARGET): bootfiles \ No newline at end of file