2010-12-05 13:38:59 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2010 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=powerpc
|
|
|
|
BOARD:=mpc85xx
|
|
|
|
BOARDNAME:=Freescale MPC85xx
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540
|
2011-03-16 20:31:27 +02:00
|
|
|
FEATURES:=spe_fpu ramdisk
|
2010-12-05 13:38:59 +02:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
|
2011-06-18 18:52:15 +03:00
|
|
|
LINUX_VERSION:=2.6.38.8
|
2010-12-05 13:38:59 +02:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build images for the Freescale MPC85xx based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|