abstract-machine/klib/Makefile
Zihao Yu 07eb9ba416 klib: move muldi3.S and div.S to riscv64-mycpu
* they will cause compile error with other ARCHs
2021-07-13 16:41:40 +08:00

3 lines
78 B
Makefile

NAME = klib
SRCS = $(shell find src/ -name "*.c")
include $(AM_HOME)/Makefile