2009-07-28 18:51:32 +03:00
|
|
|
#
|
2010-11-22 14:12:39 +02:00
|
|
|
# Copyright (C) 2009-2010 OpenWrt.org
|
2009-07-28 18:51:32 +03: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 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e
|
2010-11-22 14:12:39 +02:00
|
|
|
FEATURES:=targz ext4
|
2009-07-28 18:51:32 +03:00
|
|
|
|
2012-04-01 10:56:55 +03:00
|
|
|
LINUX_VERSION:=3.2.13
|
2009-07-28 18:51:32 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build images for the Freescale MPC52xx based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|