f770a9b8dd9a9b0e64f11b441fa5a27ccec721b6
[openwrt/openwrt.git] / target / linux / sparc / Makefile
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=sparc
10 BOARD:=sparc
11 BOARDNAME:=Sun UltraSPARC
12 FEATURES+=fpu tgz broken jffs2 ext4 squashfs
13
14 LINUX_VERSION:=2.6.36.4
15 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
16
17 include $(INCLUDE_DIR)/target.mk
18
19 $(eval $(call BuildTarget))