[PATCH 1/2] Makefile: Add missing force for barebox-flash-image
Sascha Hauer
s.hauer at pengutronix.de
Fri Oct 12 12:40:17 EDT 2012
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 3e2b81f..881680d 100644
--- a/Makefile
+++ b/Makefile
@@ -475,7 +475,7 @@ export KBUILD_BINARY ?= barebox.bin
# Also any assignments in arch/$(ARCH)/Makefile take precedence over
# the default value.
-barebox-flash-image: $(KBUILD_IMAGE)
+barebox-flash-image: $(KBUILD_IMAGE) FORCE
$(call if_changed,ln)
all: barebox-flash-image
--
1.7.10.4
More information about the barebox
mailing list