diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-11 23:11:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-11 23:11:02 +0000 |
commit | cf4e7af392186e57f213053a898c62cd9400b692 (patch) | |
tree | 1f8a2d1023ef2469dbd0e2040599b3c69807cf92 /include/host.mk | |
parent | 312802199b7cc09dde5ed867745f4c1baa3c5204 (diff) | |
download | upstream-cf4e7af392186e57f213053a898c62cd9400b692.tar.gz upstream-cf4e7af392186e57f213053a898c62cd9400b692.tar.bz2 upstream-cf4e7af392186e57f213053a898c62cd9400b692.zip |
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
Diffstat (limited to 'include/host.mk')
-rw-r--r-- | include/host.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |