2008-01-29 02:58:46 +02:00
|
|
|
#
|
2011-03-18 15:25:32 +02:00
|
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
2008-01-29 02:58:46 +02: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 19:28:29 +03:00
|
|
|
BOARDNAME:=AMCC/IBM PPC40x
|
2009-10-08 15:49:59 +03:00
|
|
|
FEATURES:=squashfs
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=405
|
2010-10-27 16:46:00 +03:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2008-01-29 02:58:46 +02:00
|
|
|
|
2012-06-05 09:57:51 +03:00
|
|
|
LINUX_VERSION:=3.3.8
|
2008-01-29 02:58:46 +02:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
2009-07-19 12:38:41 +03:00
|
|
|
Build firmware images for AMCC/IBM PPC40x based boards.
|
2008-01-29 02:58:46 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|