From cf4e7af392186e57f213053a898c62cd9400b692 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 11 Nov 2006 23:11:02 +0000 Subject: make target/linux/* directories self-contained, use the selected kernel version for the toolchain, autogenerate menuconfig and makefile code for target selection SVN-Revision: 5498 --- include/host.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/host.mk') diff --git a/include/host.mk b/include/host.mk index 3100ce4165..ed961e35d9 100644 --- a/include/host.mk +++ b/include/host.mk @@ -5,11 +5,11 @@ # See /LICENSE for more information. # -include $(TOPDIR)/.host.mk +include $(TMP_DIR)/.host.mk export TAR -$(TOPDIR)/.host.mk: $(INCLUDE_DIR)/host.mk +$(TMP_DIR)/.host.mk: $(INCLUDE_DIR)/host.mk @( \ HOST_OS=`uname`; \ case "$$HOST_OS" in \ -- cgit v1.2.3