commit | a899a72fd0a854199048e3ca69ccc55f14a4678a | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Jun 24 14:06:43 2019 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Jun 24 19:55:44 2019 +0200 |
tree | c7e6c4299b102c67b1af31c2d2988e205d9307f1 | |
parent | 2c2243dc0b750743c4a1eaf5dca5891b5b07908f [diff] [blame] |
Implement the secure element driver registration function
diff --git a/library/Makefile b/library/Makefile index 921b68e..2b979b4 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -80,7 +80,7 @@ pk.o pk_wrap.o pkcs12.o \ pkcs5.o pkparse.o pkwrite.o \ platform.o platform_util.o poly1305.o \ - psa_crypto.o \ + psa_crypto.o psa_crypto_se.o \ psa_crypto_slot_management.o \ psa_crypto_storage.o \ psa_its_file.o \