aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/image.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.mk b/include/image.mk
index 1703c39797..c7a2e082ab 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -524,7 +524,7 @@ endif
define Device/Build/compile
$$(_COMPILE_TARGET): $(KDIR)/$(1)
$(eval $(call Device/Export,$(KDIR)/$(1)))
- $(KDIR)/$(1):
+ $(KDIR)/$(1): FORCE
$$(call concat_cmd,$(COMPILE/$(1)))
endef