openwrtv3/target/linux/amcc/Makefile
Imre Kaloz 759ccc4b8b upgrade the AMCC target to 2.6.23
SVN-Revision: 10289
2008-01-27 22:20:54 +00:00

23 lines
446 B
Makefile

#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
ARCH:=powerpc
BOARD:=amcc
BOARDNAME:=AMCC Taishan
FEATURES:=jffs2
LINUX_VERSION:=2.6.23.14
LINUX_KARCH:=ppc
include $(INCLUDE_DIR)/target.mk
define Target/Description
Build firmware images for the AMCC Taishan evaluation board
endef
$(eval $(call BuildTarget))