summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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