mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
9 lines
204 B
Makefile
9 lines
204 B
Makefile
|
ARCH:=aarch64
|
||
|
SUBTARGET:=armv8
|
||
|
BOARDNAME:=RK33xx/RK35xx boards (64 bit)
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware image for Rockchip RK33xx/RK35xx devices.
|
||
|
This firmware features a 64 bit kernel.
|
||
|
endef
|