2008-01-29 00:58:46 +00:00
|
|
|
#
|
2010-02-16 21:31:23 +00:00
|
|
|
# Copyright (C) 2008-2010 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
|
2009-07-29 15:00:06 +00:00
|
|
|
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=405
|
2010-10-27 13:46:00 +00:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2008-01-29 00:58:46 +00:00
|
|
|
|
2010-12-11 16:07:21 +00:00
|
|
|
LINUX_VERSION:=2.6.32.27
|
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))
|