immortalwrt/target/linux/rockchip/armv8/target.mk
Tianling Shen 3cfe0d1005
rockchip: update target description
We have RK356x and RK3588 support now.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-04-07 17:28:07 +08:00

9 lines
218 B
Makefile

ARCH:=aarch64
SUBTARGET:=armv8
BOARDNAME:=RK33xx/RK356x/RK3588 boards (64 bit)
define Target/Description
Build firmware image for Rockchip RK33xx/RK356x/RK3588 devices.
This firmware features a 64 bit kernel.
endef