From f4831b9fbb3cf29519229fb03e7d270260708829 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Tue, 4 Dec 2018 16:45:30 -0700 Subject: [PATCH] add mynewt_port.c to make dist --- wolfcrypt/src/include.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wolfcrypt/src/include.am b/wolfcrypt/src/include.am index 83a1b7b90..8adbbcdb0 100644 --- a/wolfcrypt/src/include.am +++ b/wolfcrypt/src/include.am @@ -67,7 +67,8 @@ EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \ wolfcrypt/src/port/af_alg/afalg_hash.c \ wolfcrypt/src/port/devcrypto/devcrypto_hash.c \ wolfcrypt/src/port/devcrypto/wc_devcrypto.c \ - wolfcrypt/src/port/devcrypto/README.md + wolfcrypt/src/port/devcrypto/README.md \ + wolfcrypt/src/port/mynewt/mynewt_port.c if BUILD_CRYPTODEV src_libwolfssl_la_SOURCES += wolfcrypt/src/cryptodev.c