diff options
author | adventuresin9 <adventuresin9@gmail.com> | 2023-03-08 05:15:22 +0000 |
---|---|---|
committer | adventuresin9 <adventuresin9@gmail.com> | 2023-03-08 05:15:22 +0000 |
commit | 200c6d18bf01353dc735b042a3c00135a3b39cdc (patch) | |
tree | 118ac89a8d5708b918156a02fa2b6a8eb98b7dfc /sys/src/libc | |
parent | b68eeefef34d4a742124d922e2a23613b9bcb1e5 (diff) |
sys/src/libc/spim/mkfile: use port/lock.c and spim/tas.s
Diffstat (limited to 'sys/src/libc')
-rw-r--r-- | sys/src/libc/spim/mkfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/libc/spim/mkfile b/sys/src/libc/spim/mkfile index f11ecef56..b7c53471e 100644 --- a/sys/src/libc/spim/mkfile +++ b/sys/src/libc/spim/mkfile @@ -14,11 +14,9 @@ MIPSSFILES=\ setjmp.s\ strcmp.s\ strcpy.s\ - tas.s\ MIPSCFILES=\ cycles.c\ - lock.c\ notejmp.c\ SFILES=\ @@ -26,6 +24,7 @@ SFILES=\ memchr.s\ memcmp.s\ strchr.s\ + tas.s\ vlop.s\ CFILES=\ |