mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sort assembly source files for i386.
This commit is contained in:
parent
b023ea8a2e
commit
fde4ab539f
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ SRCS+= ecx_meth.c eddsa.c f_generic.c f_impl.c scalar.c
|
|||
.if defined(ASM_amd64)
|
||||
SRCS+= ecp_nistz256-x86_64.S ecp_nistz256.c x25519-x86_64.S
|
||||
.elif defined(ASM_i386)
|
||||
SRCS+= ecp_nistz256.c ecp_nistz256-x86.S
|
||||
SRCS+= ecp_nistz256-x86.S ecp_nistz256.c
|
||||
.endif
|
||||
|
||||
# engine
|
||||
|
|
|
|||
Loading…
Reference in a new issue