316bf1dfa001c1b1f176c0986bf4cb6dd678a123
[openwrt/openwrt.git] / target / linux / mvebu / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2012-2015 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 BOARD:=mvebu
8 BOARDNAME:=Marvell EBU Armada
9 FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part legacy-sdcard targz
10 SUBTARGETS:=cortexa9 cortexa53 cortexa72
11
12 KERNEL_PATCHVER:=6.1
13
14 include $(INCLUDE_DIR)/target.mk
15
16 DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
17
18 $(eval $(call BuildTarget))