9 lines
198 B
Makefile
9 lines
198 B
Makefile
|
|
ARCH:=aarch64
|
||
|
|
BOARDNAME:=NXP i.MX with Cortex-A53 (ARM64)
|
||
|
|
CPU_TYPE:=cortex-a53
|
||
|
|
KERNELNAME:=Image dtbs
|
||
|
|
|
||
|
|
define Target/Description
|
||
|
|
Build firmware images for NXP i.MX (Cortex-A53) based boards.
|
||
|
|
endef
|