layerscape: use MKUBIFS_OPTS for per-device ubi parameters
[openwrt/openwrt.git] / target / linux / layerscape / armv7 / target.mk
1 #
2 # Copyright 2018 NXP
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 ARCH:=arm
9 BOARDNAME:=ARMv7 based boards
10 CPU_TYPE:=cortex-a7
11 CPU_SUBTYPE:=neon-vfpv4
12 KERNELNAME:=zImage dtbs
13
14 define Target/Description
15 Build firmware images for NXP Layerscape ARMv7 based boards.
16 endef