target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / layerscape / armv7 / target.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright 2018 NXP
4
5 ARCH:=arm
6 BOARDNAME:=ARMv7 based boards
7 CPU_TYPE:=cortex-a7
8 CPU_SUBTYPE:=neon-vfpv4
9 KERNELNAME:=zImage dtbs
10
11 define Target/Description
12 Build firmware images for NXP Layerscape ARMv7 based boards.
13 endef