2010-07-21 14:20:53 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2010 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=cns3xxx
|
|
|
|
BOARDNAME:=Cavium Networks Econa CNS3xxx
|
|
|
|
FEATURES:=squashfs fpu gpio
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
|
2010-10-27 16:46:00 +03:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2010-07-21 14:20:53 +03:00
|
|
|
|
2012-05-18 23:10:44 +03:00
|
|
|
LINUX_VERSION:=3.1.10
|
2010-07-21 14:20:53 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build images for Cavium Networks Econa CNS3xxx based boards,
|
|
|
|
eg. the Gateworks Laguna family
|
|
|
|
endef
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|