emit proper error messages if important kernel config files are missing
[openwrt/svn-archive/archive.git] / include / host.mk
index b6a58248fdb79f332ea9e60fc0bbf633469f3744..9d0c64372a3075634d95914971b05a4c3cacc986 100644 (file)
@@ -6,7 +6,9 @@
 #
 
 TMP_DIR ?= $(TOPDIR)/tmp
--include $(TMP_DIR)/.host.mk
+ifeq ($(if $(TARGET_BUILD),,$(DUMP)),)
+  -include $(TMP_DIR)/.host.mk
+endif
 
 export TAR FIND