summaryrefslogtreecommitdiffstats
path: root/target/linux/ubicom32/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-30 10:53:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-30 10:53:47 +0000
commit527afd0e9ad14751e4b26c70aa9e9883c839218e (patch)
treed478bdde0069ca371b27ff57f86cb7e92d1c5cfb /target/linux/ubicom32/Makefile
parenta68f386663f09d3abb315fd8d01e5733547c3005 (diff)
downloadmaster-31e0f0ae-527afd0e9ad14751e4b26c70aa9e9883c839218e.tar.gz
master-31e0f0ae-527afd0e9ad14751e4b26c70aa9e9883c839218e.tar.bz2
master-31e0f0ae-527afd0e9ad14751e4b26c70aa9e9883c839218e.zip
remove target
This target is unused, does not support any off the shelf hardware and has been a maintenance burden for quite some time now. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34430
Diffstat (limited to 'target/linux/ubicom32/Makefile')
-rw-r--r--target/linux/ubicom32/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/ubicom32/Makefile b/target/linux/ubicom32/Makefile
deleted file mode 100644
index 96e5b5358a..0000000000
--- a/target/linux/ubicom32/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Copyright (C) 2006-2008 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-include $(TOPDIR)/rules.mk
-
-#Add target specific (nommu) flags
-TARGET_CFLAGS+= -DNO_FORK
-
-ARCH:=ubicom32
-BOARD:=ubicom32
-BOARDNAME:=Ubicom IPxx
-FEATURES:=nommu ramdisk broken
-
-LINUX_VERSION:=2.6.30.10
-
-include $(INCLUDE_DIR)/target.mk
-
-KERNEL_MAKEOPTS += LDFLAGS_BUILD_ID=""
-
-define Target/Description
- Build firmware images for Ubicom based routers and media devices.
-endef
-
-$(eval $(call BuildTarget))