aboutsummaryrefslogtreecommitdiffstats
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
commitcebfb5cc8aaa3c191ebba28a6464b716d1c02941 (patch)
tree73640344065cc301b47b68674c0be74839487b78 /target/linux/realview/Makefile
parent7f130ece1b04569c217d89d728d95b3b360d3180 (diff)
downloadupstream-cebfb5cc8aaa3c191ebba28a6464b716d1c02941.tar.gz
upstream-cebfb5cc8aaa3c191ebba28a6464b716d1c02941.tar.bz2
upstream-cebfb5cc8aaa3c191ebba28a6464b716d1c02941.zip
[realview] set DEVICE_TYPE to developperboard
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33403 3c298f89-4303-0410-b956-a3cf2f4a3e73
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