Browse Source

put the dtc to the other host tools (thanks to Thomas)

SVN-Revision: 10616
Ralph Hempel 18 năm trước cách đây
mục cha
commit
03261ab3a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/dtc/Makefile

+ 1 - 1
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