2010-12-05 11:38:59 +00: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 01:07:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540
|
2012-05-09 10:48:39 +00:00
|
|
|
FEATURES:=spe_fpu ramdisk broken
|
2010-12-05 11:38:59 +00:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
|
2012-06-05 06:57:51 +00:00
|
|
|
LINUX_VERSION:=3.3.8
|
2010-12-05 11:38:59 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2012-04-29 15:00:38 +00:00
|
|
|
DEFAULT_PACKAGES += kmod-booke-wdt
|
|
|
|
|
2010-12-05 11:38:59 +00:00
|
|
|
define Target/Description
|
|
|
|
Build images for the Freescale MPC85xx based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|