diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:54:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:54:04 +0000 |
commit | 07a290de1702c32277f69d05d232578647839f39 (patch) | |
tree | 880a0eb85a41acaf2b4eea742a09e0c587a1b077 /target/linux/etrax/image/mkfimage/Makefile | |
parent | 5839fb0556123b3368c11f777e697ea01fb2bd22 (diff) | |
download | upstream-07a290de1702c32277f69d05d232578647839f39.tar.gz upstream-07a290de1702c32277f69d05d232578647839f39.tar.bz2 upstream-07a290de1702c32277f69d05d232578647839f39.zip |
etrax: R.I.P.
It is broken and it is not maintained by anyone since long time.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34768 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/image/mkfimage/Makefile')
-rw-r--r-- | target/linux/etrax/image/mkfimage/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/etrax/image/mkfimage/Makefile b/target/linux/etrax/image/mkfimage/Makefile deleted file mode 100644 index 77d1cb1514..0000000000 --- a/target/linux/etrax/image/mkfimage/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# -# Copyright (C) 2006 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk -include $(INCLUDE_DIR)/kernel.mk - -PKG_NAME:=mkfimage -PKG_VERSION:=0.1 -PKG_RELEASE:=1 - -PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME) - -include $(INCLUDE_DIR)/package.mk - -define Build/Compile - mkdir -p $(PKG_BUILD_DIR) - cp -r ./src/* $(PKG_BUILD_DIR) - make -C $(PKG_BUILD_DIR) -endef - -define Build/InstallDev - $(INSTALL_BIN) $(PKG_BUILD_DIR)/mkfimage $(STAGING_DIR_HOST)/bin/mkfimage -endef - -$(eval $(call Build/DefaultTargets)) |