Update kernel.cmake

This commit is contained in:
Martin Kroeker 2020-04-19 08:10:26 +02:00 committed by GitHub
parent d0737b0142
commit 4f70512b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -127,10 +127,10 @@ macro(SetDefaultL1)
set(SHCOPYKERNEL ../arm/copy.c)
set(SHDOTKERNEL ../arm/dot.c)
set(SHROTKERNEL ../arm/rot.c)
set(SHSCALKERNEL scal.S)
set(SHSCALKERNEL ../arm/scal.c)
set(SHNRM2KERNEL ../arm/nrm2.c)
set(SHSUMKERNEL sum.S)
set(SHSWAPKERNEL swap.S)
set(SHSUMKERNEL ../arm/sum.c)
set(SHSWAPKERNEL ../arm/swap.c)
endmacro ()
macro(SetDefaultL2)