2010-12-05 19:38:59 +08: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 09:07:12 +08:00
|
|
|
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540
|
2013-02-19 22:53:15 +08:00
|
|
|
FEATURES:=spe_fpu squashfs
|
2010-12-05 19:38:59 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
|
2013-03-15 22:39:51 +08:00
|
|
|
LINUX_VERSION:=3.8.3
|
2010-12-05 19:38:59 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2013-02-17 01:13:38 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
|
|
|
kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
|
2013-02-21 18:26:03 +08:00
|
|
|
kmod-leds-gpio kmod-booke-wdt \
|
|
|
|
swconfig
|
2012-04-29 23:00:38 +08:00
|
|
|
|
2010-12-05 19:38:59 +08:00
|
|
|
define Target/Description
|
|
|
|
Build images for the Freescale MPC85xx based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|