add riscv64-mycpu

This commit is contained in:
181250012-Chen Lu 2021-07-12 10:31:53 +08:00 committed by Zihao Yu
parent a94708b3b5
commit 1a4ad39176
14 changed files with 333 additions and 266 deletions

View file

@ -1,3 +1,4 @@
NAME = klib
SRCS = $(shell find src/ -name "*.c")
SRCS += $(shell find src/ -name "*.S")
include $(AM_HOME)/Makefile