From be3da900cdac3640398ed60f62bb445269aa8b50 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 7 Mar 2018 22:10:01 +0100 Subject: mvebu: Add subtarget for Cortex A9 build This is in preparation for adding a subtarget for the Cortex A53 later. Signed-off-by: Hauke Mehrtens --- target/linux/mvebu/cortexa9/target.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/linux/mvebu/cortexa9/target.mk (limited to 'target/linux/mvebu/cortexa9') diff --git a/target/linux/mvebu/cortexa9/target.mk b/target/linux/mvebu/cortexa9/target.mk new file mode 100644 index 0000000..2a75599 --- /dev/null +++ b/target/linux/mvebu/cortexa9/target.mk @@ -0,0 +1,14 @@ +# +# Copyright (C) 2017 Hauke Mehrtens +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +ARCH:=arm +BOARDNAME:=Marvell Armada 37x/38x/XP +CPU_TYPE:=cortex-a9 +CPU_SUBTYPE:=vfpv3 +KERNELNAME:=zImage dtbs -- cgit v1.1