klib: move muldi3.S and div.S to riscv64-mycpu

* they will cause compile error with other ARCHs
This commit is contained in:
Zihao Yu 2021-07-13 16:41:40 +08:00
parent 17037fabb0
commit 07eb9ba416
5 changed files with 268 additions and 1 deletions

View file

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