Add MPS reader translation unit to Makefile and CMakeLists

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
Hanno Becker 2021-01-12 07:15:11 +00:00
parent d2f9f53f7f
commit 0ea0db4368
2 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,7 @@ set(src_crypto
md4.c
md5.c
memory_buffer_alloc.c
mps/reader.c
nist_kw.c
oid.c
padlock.c

View file

@ -104,6 +104,7 @@ OBJS_CRYPTO= \
md4.o \
md5.o \
memory_buffer_alloc.o \
mps/reader.o \
nist_kw.o \
oid.o \
padlock.o \