Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions kernel/arm64/KERNEL
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,19 @@ endif
ifndef QROTMKERNEL
QROTMKERNEL = ../generic/rotm.c
endif

ifndef SOMATCOPY_CT
SOMATCOPY_CT = omatcopy_ct_neon.c
endif

ifndef SOMATCOPY_RT
SOMATCOPY_RT = omatcopy_rt_neon.c
endif

ifndef DOMATCOPY_CT
DOMATCOPY_CT = omatcopy_ct_neon.c
endif

ifndef DOMATCOPY_RT
DOMATCOPY_RT = omatcopy_rt_neon.c
endif
Loading