aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dtc
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2008-03-18 20:44:12 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2008-03-18 20:44:12 +0000
commit7833cf76b3088918d821492b5aea0b71ce42075a (patch)
tree35e96fb021dd80eca16863d7467d999cbec2cde6 /tools/dtc
parentc4f3add0718fd4b6e555f666fd9e44745d7e64a2 (diff)
downloadmaster-187ad058-7833cf76b3088918d821492b5aea0b71ce42075a.tar.gz
master-187ad058-7833cf76b3088918d821492b5aea0b71ce42075a.tar.bz2
master-187ad058-7833cf76b3088918d821492b5aea0b71ce42075a.zip
put the dtc to the other host tools (thanks to Thomas)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10616 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/dtc')
-rw-r--r--tools/dtc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dtc/Makefile b/tools/dtc/Makefile
index fab6d50416..b41484aae3 100644
--- a/tools/dtc/Makefile
+++ b/tools/dtc/Makefile
@@ -14,7 +14,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://www.jdl.com/software
PKG_MD5SUM:=6c84b01f500bc989b0b1ad6138fb93d5
PKG_CAT:=zcat
-PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)
+PKG_BUILD_DIR=$(BUILD_DIR_HOST)/$(PKG_NAME)
include $(INCLUDE_DIR)/host-build.mk