Fix alphabetic order in makefiles
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
816206439a
commit
138f51c5c8
2 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ set(src_crypto
|
|||
base64.c
|
||||
bignum.c
|
||||
bignum_core.c
|
||||
bignum_mod_raw.c
|
||||
bignum_mod.c
|
||||
bignum_mod_raw.c
|
||||
camellia.c
|
||||
ccm.c
|
||||
chacha20.c
|
||||
|
|
|
@ -84,8 +84,8 @@ OBJS_CRYPTO= \
|
|||
base64.o \
|
||||
bignum.o \
|
||||
bignum_core.o \
|
||||
bignum_mod_raw.o \
|
||||
bignum_mod.o \
|
||||
bignum_mod_raw.o \
|
||||
camellia.o \
|
||||
ccm.o \
|
||||
chacha20.o \
|
||||
|
|
Loading…
Reference in a new issue