Add CSKY support

This commit is contained in:
Dirreke
2024-01-16 23:45:06 +08:00
parent 13c764eaaa
commit ec89466e14
15 changed files with 325 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
TOPDIR = ../../..
include ../../../Makefile.system
ifndef LASWP
LASWP = ../generic/laswp_k.c
endif
ifndef ZLASWP
ZLASWP = ../generic/zlaswp_k.c
endif
include ../generic/Makefile