## Copyright (C) 2014 OpenWrt.org## This is free software, licensed under the GNU General Public License v2.# See /LICENSE for more information.#include $(TOPDIR)/rules.mkARCH:=aarch64
BOARD:=arm64
BOARDNAME:=ARMv8multiplatform
FEATURES:=fpuramdisk
CFLAGS:=-Os-pipe-fno-caller-saves
MAINTAINER:=FlorianFainelli<florian@openwrt.org>
KERNEL_PATCHVER:=4.1
DEVICE_TYPE:=developerboard
include $(INCLUDE_DIR)/target.mkdefine Target/DescriptionBuildmulti-platformimagesfortheARMv8instructionsetarchitecture
endefKERNELNAME:=Imagedtbs
$(eval$(callBuildTarget))