mvebu: add support for MACCHIATObin (cortex-a72)
[openwrt/openwrt.git] / target / linux / mvebu / Makefile
1 #
2 # Copyright (C) 2012-2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 BOARD:=mvebu
10 BOARDNAME:=Marvell EBU Armada
11 FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk
12 SUBTARGETS:=cortexa9 cortexa53 cortexa72
13 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
14
15 KERNEL_PATCHVER:=4.14
16
17 include $(INCLUDE_DIR)/target.mk
18
19 DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
20
21 $(eval $(call BuildTarget))