598b29585e
Use SPDX license tags to allow machines to check licenses. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
11 lines
193 B
Makefile
11 lines
193 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2017 Hauke Mehrtens
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARDNAME:=Allwinner A64/H5
|
|
CPU_TYPE:=cortex-a53
|
|
KERNELNAME:=Image dtbs
|