summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r--mk/host-bottom.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index b672df7f0..4b75a3f42 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -103,5 +103,7 @@ endif
${_HOST_COOKIE}:
exec ${MAKE} hostpackage
+ifeq ($(HOST_LINUX_ONLY),)
hostpackage: ${ALL_HOSTDIRS}
touch ${_HOST_COOKIE}
+endif