X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=c84c0e291150bd4716b63e6c8b2c9fb8ce69607f;hb=426b10065ac822b91363bf504f2b45309fb939b3;hp=5488adc59156f5b533ec5f3caa6f558700e41228;hpb=89a10d913b8e4cf2d42a32ab9101c19197d48967;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 5488adc591..c84c0e2911 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,14 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx -CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=8540 -FEATURES:=spe_fpu ramdisk broken +CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 +FEATURES:=spe_fpu ramdisk MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.36.2 +LINUX_VERSION:=3.7.8 include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += kmod-booke-wdt + define Target/Description Build images for the Freescale MPC85xx based boards. endef