From ca2520ed55906028854b1cca93fff7e7ab25a518 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 9 Oct 2012 19:42:29 +0200 Subject: Makefile: Add missing force for barebox-flash-image Signed-off-by: Sascha Hauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e2b81fef1..881680d8e6 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 -- cgit v1.2.3