9 lines
204 B
Makefile
Raw Normal View History

2020-07-02 23:30:56 +08:00
ARCH:=aarch64
SUBTARGET:=armv8
BOARDNAME:=RK33xx/RK35xx boards (64 bit)
2020-07-02 23:30:56 +08:00
define Target/Description
Build firmware image for Rockchip RK33xx/RK35xx devices.
2020-07-02 23:30:56 +08:00
This firmware features a 64 bit kernel.
endef