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#
7include $(TOPDIR)/rules.mk
8
9ARCH:=arm
10BOARD:=cns3xxx
11BOARDNAME:=Cavium Networks Econa CNS3xxx
12FEATURES:=squashfs fpu gpio
13CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
14MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
15
16LINUX_VERSION:=3.3.8
17
18include $(INCLUDE_DIR)/target.mk
19
20define Target/Description
21	Build images for Cavium Networks Econa CNS3xxx based boards,
22	eg. the Gateworks Laguna family
23endef
24
25KERNELNAME:="uImage"
26
27$(eval $(call BuildTarget))
28