1#
2# Copyright (C) 2010 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=powerpc
10BOARD:=mpc85xx
11BOARDNAME:=Freescale MPC85xx
12CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540
13FEATURES:=spe_fpu ramdisk broken
14MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
15
16LINUX_VERSION:=3.3.8
17
18include $(INCLUDE_DIR)/target.mk
19
20DEFAULT_PACKAGES += kmod-booke-wdt
21
22define Target/Description
23	Build images for the Freescale MPC85xx based boards.
24endef
25
26$(eval $(call BuildTarget))
27