diff --git a/wolfcrypt/src/include.am b/wolfcrypt/src/include.am index bba761bc1..3c62757c7 100644 --- a/wolfcrypt/src/include.am +++ b/wolfcrypt/src/include.am @@ -85,7 +85,8 @@ EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \ wolfcrypt/src/port/Renesas/renesas_tsip_aes.c \ wolfcrypt/src/port/Renesas/renesas_tsip_sha.c \ wolfcrypt/src/port/Renesas/renesas_tsip_util.c \ - wolfcrypt/src/port/Renesas/README.md + wolfcrypt/src/port/Renesas/README.md \ + wolfcrypt/src/port/cypress/psoc6_crypto.c if BUILD_CRYPTOCB diff --git a/wolfssl/wolfcrypt/include.am b/wolfssl/wolfcrypt/include.am index 0df704636..ecaba14f2 100644 --- a/wolfssl/wolfcrypt/include.am +++ b/wolfssl/wolfcrypt/include.am @@ -82,7 +82,8 @@ noinst_HEADERS+= \ wolfssl/wolfcrypt/port/st/stsafe.h \ wolfssl/wolfcrypt/port/Espressif/esp32-crypt.h \ wolfssl/wolfcrypt/port/arm/cryptoCell.h \ - wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h + wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h \ + wolfssl/wolfcrypt/port/cypress/psoc6_crypto.h if BUILD_CRYPTOAUTHLIB nobase_include_HEADERS+= wolfssl/wolfcrypt/port/atmel/atmel.h