9
0
Fork 0

Makefile: Add missing force for barebox-flash-image

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-10-09 19:42:29 +02:00
parent cbe3457dd8
commit ca2520ed55
1 changed files with 1 additions and 1 deletions

View File

@ -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