[leon] set DEVICE_TYPE to developerboard
[openwrt/svn-archive/archive.git] / target / linux / leon / Makefile
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 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=sparc
10 BOARD:=leon
11 BOARDNAME:=LEON
12 FEATURES+=fpu tgz broken
13
14 CFLAGS:=-Os -pipe -mcpu=v8 -fno-caller-saves
15 KERNELNAME:="uImage"
16
17 LINUX_VERSION:=2.6.36.4
18 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
19
20 DEVICE_TYPE:=developerboard
21
22 include $(INCLUDE_DIR)/target.mk
23
24 $(eval $(call BuildTarget))