2008-01-29 01:58:46 +01:00
|
|
|
#
|
2009-07-19 09:20:04 +02:00
|
|
|
# Copyright (C) 2008-2009 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-07-26 18:21:43 +02:00
|
|
|
FEATURES:=squashfs usb
|
2009-07-29 16:52:31 +02:00
|
|
|
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440
|
2008-01-29 01:58:46 +01:00
|
|
|
|
2009-07-27 12:02:24 +02:00
|
|
|
LINUX_VERSION:=2.6.30.3
|
2008-01-29 01:58:46 +01:00
|
|
|
LINUX_KARCH:=powerpc
|
|
|
|
|
|
|
|
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))
|