diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:44:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:44:37 +0000 |
commit | 787ae50e419115c9d4a96ee146165ef05564276d (patch) | |
tree | 81c3c8962d63539e557d5f9b51e38b6826a2eee5 /target/linux/sparc/Makefile | |
parent | d771094a7f7737907ecaeb7f866fdfe0522eb3d0 (diff) | |
download | master-187ad058-787ae50e419115c9d4a96ee146165ef05564276d.tar.gz master-187ad058-787ae50e419115c9d4a96ee146165ef05564276d.tar.bz2 master-187ad058-787ae50e419115c9d4a96ee146165ef05564276d.zip |
sparc: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45079 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sparc/Makefile')
-rw-r--r-- | target/linux/sparc/Makefile | 19 |
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)) |