summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-10-09 19:42:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-12 18:39:25 +0200
commitca2520ed55906028854b1cca93fff7e7ab25a518 (patch)
tree83612887a2d9cda08062ceb4990039d8e86f2d0f /Makefile
parentcbe3457dd82759f2c8ed02b34ba742a79353857d (diff)
downloadbarebox-ca2520ed55906028854b1cca93fff7e7ab25a518.tar.gz
barebox-ca2520ed55906028854b1cca93fff7e7ab25a518.tar.xz
Makefile: Add missing force for barebox-flash-image
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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