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

@ -6,6 +6,8 @@ LDFLAGS += -melf64lriscv
AM_SRCS := mycpu/start.S \
mycpu/trm.c \
mycpu/libgcc/muldi3.S \
mycpu/libgcc/div.S \
mycpu/ioe.c \
mycpu/timer.c \
mycpu/input.c