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/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'target/linux/mvebu/Makefile') diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index eb12de0ff3..93491954ab 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -6,20 +6,16 @@ # include $(TOPDIR)/rules.mk -ARCH:=arm BOARD:=mvebu BOARDNAME:=Marvell Armada 37x/38x/XP FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk -CPU_TYPE:=cortex-a9 -CPU_SUBTYPE:=vfpv3 +SUBTARGETS:=cortexa9 MAINTAINER:=Imre Kaloz KERNEL_PATCHVER:=4.14 include $(INCLUDE_DIR)/target.mk -KERNELNAME:=zImage dtbs - DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug $(eval $(call BuildTarget)) -- cgit v1.2.3