summaryrefslogtreecommitdiffstats
path: root/target/linux/realview/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-09-14 15:36:33 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-09-14 15:36:33 +0000
commit4128b8e189def6429bf36eccb44f4e4f06c88212 (patch)
tree5631fd4c782cddfbbeaf7b53d51b7c68c026268c /target/linux/realview/Makefile
parent2254fc26735d77fb1a43617025536a875c3f4844 (diff)
downloadmaster-31e0f0ae-4128b8e189def6429bf36eccb44f4e4f06c88212.tar.gz
master-31e0f0ae-4128b8e189def6429bf36eccb44f4e4f06c88212.tar.bz2
master-31e0f0ae-4128b8e189def6429bf36eccb44f4e4f06c88212.zip
set DEVICE_TYPE to developperboard
SVN-Revision: 33403
Diffstat (limited to 'target/linux/realview/Makefile')
-rw-r--r--target/linux/realview/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile
index 3a290740d5..526d05cdf5 100644
--- a/target/linux/realview/Makefile
+++ b/target/linux/realview/Makefile
@@ -10,11 +10,13 @@ ARCH:=arm
BOARD:=realview
BOARDNAME:=ARM Ltd. Realview board (qemu)
FEATURES:=fpu ramdisk
-CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
+CFLAGS:=-Os -pipe -march=armv5te -fno-caller-saves
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
LINUX_VERSION:=3.3.8
+DEVICE_TYPE:=developerboard
+
include $(INCLUDE_DIR)/target.mk
define Target/Description