Chuanhong Guo 2e5e022c30 siflower: move soruce-only flag to sf19a2890 subtarget
sf21 contains support for Bananapi BPI-RV2 which is a board available
to the general public. Limit the source-only flag to sf19a2890 instead.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2025-02-05 11:12:42 +08:00

13 lines
250 B
Makefile

ARCH:=mipsel
SUBTARGET:=sf19a2890
BOARDNAME:=Siflower SF19A2890 based boards
FEATURES+=fpu source-only
CPU_TYPE:=24kc
CPU_SUBTYPE:=24kf
KERNELNAME:=vmlinux
define Target/Description
Build firmware images for Siflower SF19A2890 based boards.
endef