2009-01-30 19:38:46 +08:00
|
|
|
#
|
2010-02-17 05:30:11 +08:00
|
|
|
# Copyright (C) 2007-2010 OpenWrt.org
|
2007-05-29 00:47:42 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=powerpc
|
2008-01-28 07:11:21 +08:00
|
|
|
BOARD:=ppc44x
|
2008-04-29 00:28:29 +08:00
|
|
|
BOARDNAME:=AMCC/IBM PPC44x
|
2008-02-03 22:54:01 +08:00
|
|
|
FEATURES:=squashfs
|
2009-07-29 22:52:31 +08:00
|
|
|
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440
|
2007-05-29 00:47:42 +08:00
|
|
|
|
2010-08-23 01:07:37 +08:00
|
|
|
LINUX_VERSION:=2.6.32.20
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2007-05-29 00:47:42 +08:00
|
|
|
define Target/Description
|
2009-07-19 17:38:55 +08:00
|
|
|
Build firmware images for AMCC/IBM PPC44x based boards.
|
2007-05-29 00:47:42 +08:00
|
|
|
endef
|
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|