brcmiproc: Add support for the Broadcom iProc SoC Family
[openwrt/staging/hauke.git] / target / linux / brcmiproc / arm64 / target.mk
1 #
2 # Copyright (C) 2018 Jianhui Zhao <jianhuizhao329@gmail.com>
3 # Copyright (C) 2019 Samik Gupta <samik.gupta@broadcom.com>
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8
9 SUBTARGET:=arm64
10 BOARDNAME:=64-bit iProc based boards
11 KERNELNAME:=Image
12
13 define Target/Description
14 Build image for boards based on 64-bit Broadcom iProc devices
15 endef