Skip to content

Commit e338d34

Browse files
authored
fix path
1 parent d36093d commit e338d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/mips64/KERNEL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ZROTKERNEL = ../mips/zrot.c
77
CSWAPKERNEL = ../mips/zswap.c
88
ZSWAPKERNEL = ../mips/zswap.c
99

10-
CSCALKERNEL = zscal.c
11-
ZSCALKERNEL = zscal.c
10+
CSCALKERNEL = ../mips/zscal.c
11+
ZSCALKERNEL = ../mips/zscal.c
1212

1313

1414
ifndef SNRM2KERNEL

0 commit comments

Comments
 (0)