mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
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
|