From 9d620922bb1a5f797876ed5ea51b09dcdb3c67ca Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 4 Sep 2019 19:14:34 +0200 Subject: [PATCH] tweak makefile targets recovery and fullimage --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43de3969b..a602f0578 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,9 @@ armsrc/%: FORCE cleanifplatformchanged fpga_compress/% client/%: FORCE $(info [*] MAKE $@) $(Q)$(MAKE) --no-print-directory -C client $(patsubst client/%,%,$@) DESTDIR=$(MYDESTDIR) -recovery/%: FORCE cleanifplatformchanged bootrom/% armsrc/% +recovery/all: bootrom/all armsrc/all +recovery/install: bootrom/all armsrc/all +recovery/%: FORCE cleanifplatformchanged $(info [*] MAKE $@) $(Q)$(MAKE) --no-print-directory -C recovery $(patsubst recovery/%,%,$@) DESTDIR=$(MYDESTDIR) FORCE: # Dummy target to force remake in the subdirectories, even if files exist (this Makefile doesn't know about the prerequisites) @@ -126,12 +128,18 @@ client: client/all bootrom: bootrom/all +# aliases fullimage = armsrc + fullimage: armsrc/all +fullimage/all: armsrc/all + fullimage/clean: armsrc/clean fullimage/install: armsrc/install +fullimage/uninstall: armsrc/uninstall + recovery: recovery/all mfkey: mfkey/all