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 | 1080f68b2b422f1e72e402765a45d0cc3c550825 (patch) | |
tree | bd66621cafaf19ba323210d4fe7242b5ea71d458 /target/linux/etrax/Makefile | |
parent | b86e82e5cc54f03f9207411197e15f431d2173ff (diff) | |
download | upstream-1080f68b2b422f1e72e402765a45d0cc3c550825.tar.gz upstream-1080f68b2b422f1e72e402765a45d0cc3c550825.tar.bz2 upstream-1080f68b2b422f1e72e402765a45d0cc3c550825.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>
SVN-Revision: 34768
Diffstat (limited to 'target/linux/etrax/Makefile')
-rw-r--r-- | target/linux/etrax/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/etrax/Makefile b/target/linux/etrax/Makefile deleted file mode 100644 index 6ebdbe3618..0000000000 --- a/target/linux/etrax/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# -# Copyright (C) 2006-2011 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -include $(TOPDIR)/rules.mk - -ARCH:=cris -BOARD:=etrax -MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com> -BOARDNAME:=Axis ETRAX 100LX -FEATURES:=squashfs jffs2 usb broken -LINUX_VERSION:=2.6.32.33 -DEVICE_TYPE= - -include $(INCLUDE_DIR)/target.mk - -KERNELNAME:="zImage" - -define Target/Description - Build firmware images for the FOXBOARD made by acmesystems.it -endef - -define Kernel/Prepare - $(call Kernel/Prepare/Default) - mkdir -p $(LINUX_DIR)/include/asm-cris - $(CP) $(LINUX_DIR)/arch/cris/include/asm/*.h $(LINUX_DIR)/include/asm-cris - mkdir -p $(LINUX_DIR)/include/asm-cris/arch - $(CP) $(LINUX_DIR)/arch/cris/include/arch-v10/arch/*.h $(LINUX_DIR)/include/asm-cris/arch -endef - -$(eval $(call BuildTarget)) |