commit | cd84cb4903f77538d1bea8158041b0f70ca14f28 | [log] [tgz] |
---|---|---|
author | Steven Cooreman <steven.cooreman@silabs.com> | Thu Jul 16 20:28:36 2020 +0200 |
committer | Steven Cooreman <steven.cooreman@silabs.com> | Fri Sep 04 14:22:26 2020 +0200 |
tree | be60000d7803f18f47e7f6a3b60980f8ba54f746 | |
parent | 0d59f7b092b5665391a7bead2ba2b015b654709d [diff] [blame] |
Add a handcrafted first version of the driver wrapper code Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
diff --git a/library/Makefile b/library/Makefile index b76a84b..c7d4a06 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -118,6 +118,7 @@ platform_util.o \ poly1305.o \ psa_crypto.o \ + psa_crypto_driver_wrappers.o \ psa_crypto_se.o \ psa_crypto_slot_management.o \ psa_crypto_storage.o \