From c75ad1294603ac858a104e9c1962f6f1b219a597 Mon Sep 17 00:00:00 2001 From: Stacey Sheldon Date: Sun, 27 May 2012 21:39:15 -0400 Subject: [PATCH] makefile: fix dependency for EF images so they work with all_* targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3521111e3..7974f0448 100644 --- a/Makefile +++ b/Makefile @@ -600,7 +600,7 @@ define EF_TEMPLATE .PHONY: ef_$(1) ef_$(1): ef_$(1)_bin -ef_$(1)_%: bl_$(1)_bin fw_$(1)_bin +ef_$(1)_%: bl_$(1)_bin fw_$(1)_opfw $(V1) mkdir -p $(BUILD_DIR)/ef_$(1)/dep $(V1) cd $(ROOT_DIR)/flight/EntireFlash && \ $$(MAKE) -r --no-print-directory \