2009-07-28 15:51:32 +00:00
|
|
|
#
|
2010-11-22 12:12:39 +00:00
|
|
|
# Copyright (C) 2009-2010 OpenWrt.org
|
2009-07-28 15:51:32 +00: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:=mpc52xx
|
|
|
|
BOARDNAME:=Freescale MPC52xx
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e
|
2010-11-22 12:12:39 +00:00
|
|
|
FEATURES:=targz ext4
|
2009-07-28 15:51:32 +00:00
|
|
|
|
2012-06-05 06:57:51 +00:00
|
|
|
LINUX_VERSION:=3.3.8
|
2009-07-28 15:51:32 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build images for the Freescale MPC52xx based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|