X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fdtc%2FMakefile;fp=tools%2Fdtc%2FMakefile;h=0000000000000000000000000000000000000000;hb=8307a885978c1ac066e37d469abaedfd1c85bec8;hp=c686b204d45965e29ba43f5ac2475592ebc6f2b5;hpb=bda513685eb6902e43bff1fe13d361547768121d;p=openwrt-10.03%2F.git diff --git a/tools/dtc/Makefile b/tools/dtc/Makefile deleted file mode 100644 index c686b204d..000000000 --- a/tools/dtc/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# -# Copyright (C) 2008 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=dtc -PKG_VERSION:=1.1.0 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://www.jdl.com/software -PKG_MD5SUM:=6c84b01f500bc989b0b1ad6138fb93d5 -PKG_CAT:=zcat -HOST_BUILD_DIR=$(BUILD_DIR_HOST)/$(PKG_NAME) - -include $(INCLUDE_DIR)/host-build.mk - -define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) -endef - -define Host/Install - $(INSTALL_BIN) $(HOST_BUILD_DIR)/dtc $(STAGING_DIR_HOST)/bin/ -endef - -define Host/Clean - rm -f $(STAGING_DIR_HOST)/bin/dtc -endef - -$(eval $(call HostBuild))