2008-01-29 00:58:46 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
2008-01-29 00:58:46 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=powerpc
|
|
|
|
BOARD:=ppc40x
|
2008-04-28 16:28:29 +00:00
|
|
|
BOARDNAME:=AMCC/IBM PPC40x
|
2009-10-08 12:49:59 +00:00
|
|
|
FEATURES:=squashfs
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=405
|
2010-10-27 13:46:00 +00:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2008-01-29 00:58:46 +00:00
|
|
|
|
2011-11-19 18:39:12 +00:00
|
|
|
LINUX_VERSION:=3.0.9
|
2008-01-29 00:58:46 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
2009-07-19 09:38:41 +00:00
|
|
|
Build firmware images for AMCC/IBM PPC40x based boards.
|
2008-01-29 00:58:46 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|