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#
7include $(TOPDIR)/rules.mk
8
9ARCH:=arm
10BOARD:=mvebu
11BOARDNAME:=Marvell Armada 37x/38x/XP
12FEATURES:=usb pci pcie gpio nand squashfs
13CPU_TYPE:=cortex-a9
14CPU_SUBTYPE:=vfpv3
15MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
16
17KERNEL_PATCHVER:=4.4
18
19include $(INCLUDE_DIR)/target.mk
20
21KERNELNAME:=zImage dtbs
22
23DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
24
25$(eval $(call BuildTarget))
26