1#
2# Copyright (C) 2014 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:=aarch64
10BOARD:=arm64
11BOARDNAME:=ARMv8 multiplatform
12FEATURES:=fpu ramdisk
13CFLAGS:=-Os -pipe -fno-caller-saves
14MAINTAINER:=Florian Fainelli <florian@openwrt.org>
15
16KERNEL_PATCHVER:=4.4
17
18DEVICE_TYPE:=developerboard
19
20include $(INCLUDE_DIR)/target.mk
21
22define Target/Description
23	Build multi-platform images for the ARMv8 instruction set architecture
24endef
25
26KERNELNAME:=Image dtbs
27
28$(eval $(call BuildTarget))
29