summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shbootimg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/shbootimg.mk b/shbootimg.mk
index a83532f..93a9f9f 100644
--- a/shbootimg.mk
+++ b/shbootimg.mk
@@ -31,4 +31,5 @@ $(INSTALLED_BOOTIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
$(ACP) -fp $< $@
$(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
+ $(call build-recoveryimage-target, $@)
$(ACP) -fp $< $@