2016-10-28 16:14:32 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
ARCH:=arm
|
2017-06-29 03:19:07 +00:00
|
|
|
BOARDNAME:=ARMv8 32-bit based boards
|
2016-10-28 16:14:32 +00:00
|
|
|
CPU_TYPE:=cortex-a9
|
|
|
|
|
|
|
|
define Target/Description
|
2017-06-29 03:19:07 +00:00
|
|
|
Build firmware images for NXP Layerscape ARMv8 32-bit based boards.
|
2016-10-28 16:14:32 +00:00
|
|
|
endef
|