fix assignment of default CSUM kernel

This commit is contained in:
Martin Kroeker 2024-02-25 17:57:11 +01:00 committed by GitHub
parent 12787775d9
commit 7d506984fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
CSUMKERNEL=csum.S
ifndef SNRM2KERNEL
SNRM2KERNEL = ../arm/nrm2.c
endif