X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Frealview%2FMakefile;h=5b0a0408a257eda2754c783b0558905044814d3e;hb=5e1ea4810b1ddcc49901a388a917e1a2b3bc8086;hp=add1a11696848639babaa523b6abc1880bee69fa;hpb=4226f1d373a75f19beb8deb7b4ef912e5e8ef134;p=oweals%2Fopenwrt.git diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index add1a11696..5b0a0408a2 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,10 +9,14 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=realview BOARDNAME:=ARM Ltd. Realview board (qemu) -FEATURES:=squashfs jffs2 fpu -CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time +FEATURES:=fpu ramdisk +CPU_TYPE:=mpcore +CPU_SUBTYPE:=vfp +MAINTAINER:=Florian Fainelli -LINUX_VERSION:=2.6.37.3 +KERNEL_PATCHVER:=3.18 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk @@ -20,6 +24,6 @@ define Target/Description Build images for ARM Ltd. Realview boards to be run with qemu endef -KERNELNAME:="zImage" +KERNELNAME:=zImage $(eval $(call BuildTarget))