summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/Makefile b/target/Makefile
index 4f63a3fb1..a0b99fc0e 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -135,6 +135,10 @@ clean: $(ADK_TARGET_ARCH)-clean $(ADK_TARGET_ARCH)-imageclean
%-imageprepare:
$(TRACE) target/$(patsubst %-imageprepare,%,$@)-imageprepare
+ @for x in $$(ls $(ADK_TOPDIR)/scripts/preimage/*.sh 2>/dev/null); do \
+ [[ -x "$$x" ]] && $$x; \
+ break; \
+ done
$(MAKE) -C $(patsubst %-imageprepare,%,$@) imageprepare
%-compile: %-prepare