summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 775365b..c66ccc4 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -714,7 +714,7 @@ TARGET_RECOVERY_ROOT_TIMESTAMP := $(TARGET_RECOVERY_OUT)/root.ts
$(TARGET_RECOVERY_ROOT_TIMESTAMP): $(INTERNAL_RECOVERY_FILES) \
$(INSTALLED_RAMDISK_TARGET) \
- $(MKBOOTIMG) $(INTERNAL_BOOTIMAGE_FILES) \
+ $(MKBOOTIMG) \
$(recovery_binary) \
$(recovery_initrc) \
$(INSTALLED_2NDBOOTLOADER_TARGET) \
@@ -761,6 +761,7 @@ $(recovery_ramdisk): $(MKBOOTFS) \
ifndef BOARD_CUSTOM_BOOTIMG_MK
$(INSTALLED_RECOVERYIMAGE_TARGET): $(MKBOOTIMG) \
+ $(INTERNAL_BOOTIMAGE_FILES) \
$(recovery_ramdisk) \
$(recovery_kernel)
@echo -e ${CL_CYN}"----- Making recovery image ------"${CL_RST}