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
This commit is contained in:
Felix Fietkau
2006-11-11 23:11:02 +00:00
parent 312802199b
commit cf4e7af392
33 changed files with 381 additions and 21342 deletions

View File

@@ -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 \