summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/host-build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index 3d1983b28f..39de66bb9f 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -128,6 +128,7 @@ ifndef DUMP
compile: host-compile
install: host-install
clean: host-clean
+ update: host-update
else
host-compile: $(HOST_STAMP_INSTALLED)
endif