Skip to content

Commit a5d477f

Browse files
authored
fix omatcopy filenames
1 parent 36365a6 commit a5d477f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

kernel/arm64/KERNEL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ QROTMKERNEL = ../generic/rotm.c
5858
endif
5959

6060
ifndef SOMATCOPY_CT
61-
SOMATCOPY_CT = somatcopy_ct_neon.c
61+
SOMATCOPY_CT = omatcopy_ct_neon.c
6262
endif
6363

6464
ifndef SOMATCOPY_RT
65-
SOMATCOPY_RT = somatcopy_rt_neon.c
65+
SOMATCOPY_RT = omatcopy_rt_neon.c
6666
endif
6767

6868
ifndef DOMATCOPY_CT
69-
DOMATCOPY_CT = domatcopy_ct_neon.c
69+
DOMATCOPY_CT = omatcopy_ct_neon.c
7070
endif
7171

7272
ifndef DOMATCOPY_RT
73-
DOMATCOPY_RT = domatcopy_rt_neon.c
73+
DOMATCOPY_RT = omatcopy_rt_neon.c
7474
endif

0 commit comments

Comments
 (0)