summaryrefslogtreecommitdiffstats
path: root/target/linux/sparc/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-28 10:44:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-28 10:44:37 +0000
commite38b78926a786a40ee6011d759828dd66e2ed27f (patch)
tree12517ece955dca2d84ccc4297fc139b224e649e2 /target/linux/sparc/Makefile
parent40c5bee0cd2b6849690211a04acab5a7a6ba1a5b (diff)
downloadmaster-31e0f0ae-e38b78926a786a40ee6011d759828dd66e2ed27f.tar.gz
master-31e0f0ae-e38b78926a786a40ee6011d759828dd66e2ed27f.tar.bz2
master-31e0f0ae-e38b78926a786a40ee6011d759828dd66e2ed27f.zip
sparc: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45079
Diffstat (limited to 'target/linux/sparc/Makefile')
-rw-r--r--target/linux/sparc/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/sparc/Makefile b/target/linux/sparc/Makefile
deleted file mode 100644
index 13a5a05987..0000000000
--- a/target/linux/sparc/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Copyright (C) 2010-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-include $(TOPDIR)/rules.mk
-
-ARCH:=sparc
-BOARD:=sparc
-BOARDNAME:=Sun UltraSPARC
-FEATURES+=fpu tgz ext4 squashfs broken
-
-KERNEL_PATCHVER:=3.10
-MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
-
-include $(INCLUDE_DIR)/target.mk
-
-$(eval $(call BuildTarget))