Browse Source

fix path

tags/v0.3.30
Martin Kroeker GitHub 7 months ago
parent
commit
e338d34ce1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kernel/mips64/KERNEL

+ 2
- 2
kernel/mips64/KERNEL View File

@@ -7,8 +7,8 @@ ZROTKERNEL = ../mips/zrot.c
CSWAPKERNEL = ../mips/zswap.c
ZSWAPKERNEL = ../mips/zswap.c

CSCALKERNEL = zscal.c
ZSCALKERNEL = zscal.c
CSCALKERNEL = ../mips/zscal.c
ZSCALKERNEL = ../mips/zscal.c
ifndef SNRM2KERNEL


Loading…
Cancel
Save