diff --git a/libsrc/common/Makefile b/libsrc/common/Makefile index 906ba5773..2dd8096e3 100644 --- a/libsrc/common/Makefile +++ b/libsrc/common/Makefile @@ -62,6 +62,7 @@ S_OBJS = _fdesc.o \ calloc.o \ copydata.o \ cprintf.o \ + divt.o \ errno.o \ fmisc.o \ fprintf.o \ diff --git a/libsrc/runtime/divt.s b/libsrc/common/divt.s similarity index 100% rename from libsrc/runtime/divt.s rename to libsrc/common/divt.s diff --git a/libsrc/runtime/Makefile b/libsrc/runtime/Makefile index a0b41c09c..a7808a82b 100644 --- a/libsrc/runtime/Makefile +++ b/libsrc/runtime/Makefile @@ -54,7 +54,6 @@ OBJS = add.o \ decsp7.o \ decsp8.o \ div.o \ - divt.o \ enter.o \ eq.o \ ge.o \