diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-07 22:10:01 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-10 01:15:21 +0100 |
commit | be3da900cdac3640398ed60f62bb445269aa8b50 (patch) | |
tree | 22f353dbe6e4d3fb4a28b487b6c575c19d3384bc /target/linux/mvebu/Makefile | |
parent | 9f3f61a0d968fbe7b93899f948f3c34612683ba6 (diff) | |
download | upstream-be3da900cdac3640398ed60f62bb445269aa8b50.tar.gz upstream-be3da900cdac3640398ed60f62bb445269aa8b50.tar.bz2 upstream-be3da900cdac3640398ed60f62bb445269aa8b50.zip |
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 <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mvebu/Makefile')
-rw-r--r-- | target/linux/mvebu/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 <kaloz@openwrt.org> KERNEL_PATCHVER:=4.14 include $(INCLUDE_DIR)/target.mk -KERNELNAME:=zImage dtbs - DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug $(eval $(call BuildTarget)) |