removed some unnecessary tools; added swap support to kernel
[openwrt_grafs.git] / target / linux / leon / Makefile
blob34e206c286b47cde236f36307056f702af232e76
2 # Copyright (C) 2011 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR)/rules.mk
9 ARCH:=sparc
10 BOARD:=leon
11 BOARDNAME:=LEON
12 FEATURES+=fpu tgz
14 CFLAGS:=-Os -pipe -mcpu=v8 -funit-at-a-time
15 KERNELNAME:="uImage"
17 LINUX_VERSION:=2.6.36.4
18 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
20 include $(INCLUDE_DIR)/target.mk
22 $(eval $(call BuildTarget))