2008-01-29 01:58:46 +01:00
|
|
|
#
|
2010-02-16 22:31:23 +01:00
|
|
|
# Copyright (C) 2008-2010 OpenWrt.org
|
2008-01-29 01:58:46 +01: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 18:28:29 +02:00
|
|
|
BOARDNAME:=AMCC/IBM PPC40x
|
2009-10-08 14:49:59 +02:00
|
|
|
FEATURES:=squashfs
|
2009-07-29 17:00:06 +02:00
|
|
|
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=405
|
2008-01-29 01:58:46 +01:00
|
|
|
|
2010-02-28 11:16:47 +01:00
|
|
|
LINUX_VERSION:=2.6.32.9
|
2008-01-29 01:58:46 +01:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
2009-07-19 11:38:41 +02:00
|
|
|
Build firmware images for AMCC/IBM PPC40x based boards.
|
2008-01-29 01:58:46 +01:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|