diff options
Diffstat (limited to 'include/host.mk')
-rw-r--r-- | include/host.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host.mk b/include/host.mk index cc0436e..8b2e56c 100644 --- a/include/host.mk +++ b/include/host.mk @@ -8,6 +8,7 @@ -include $(TMP_DIR)/.host.mk export TAR +TMP_DIR ?= $(TOPDIR)/tmp ifneq ($(__host_inc),1) __host_inc:=1 |