1#
2# Copyright (C) 2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=sparc
10BOARD:=leon
11BOARDNAME:=LEON
12FEATURES+=fpu tgz broken
13
14CFLAGS:=-Os -pipe -mcpu=v8 -fno-caller-saves
15KERNELNAME:="uImage"
16
17LINUX_VERSION:=2.6.36.4
18MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
19
20DEVICE_TYPE:=developerboard
21
22include $(INCLUDE_DIR)/target.mk
23
24$(eval $(call BuildTarget))
25