summaryrefslogtreecommitdiffstats
path: root/include/host.mk
diff options
context:
space:
mode:
Diffstat (limited to 'include/host.mk')
-rw-r--r--include/host.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host.mk b/include/host.mk
index 497d044503..9d0c64372a 100644
--- a/include/host.mk
+++ b/include/host.mk
@@ -6,7 +6,7 @@
#
TMP_DIR ?= $(TOPDIR)/tmp
-ifndef DUMP
+ifeq ($(if $(TARGET_BUILD),,$(DUMP)),)
-include $(TMP_DIR)/.host.mk
endif