add include.am

pull/5218/head
gojimmypi 2022-06-06 13:10:37 -07:00
parent 927ee21752
commit 8e69b1fa0e
3 changed files with 7 additions and 1 deletions

View File

@ -46,6 +46,7 @@ include IDE/iotsafe/include.am
include IDE/Android/include.am
include IDE/NETOS/include.am
include IDE/IAR-MSP430/include.am
include IDE/zephyr/include.am
EXTRA_DIST+= IDE/IAR-EWARM IDE/MDK-ARM IDE/MDK5-ARM IDE/MYSQL IDE/LPCXPRESSO IDE/HEXIWEAR IDE/Espressif
EXTRA_DIST+= IDE/OPENSTM32/README.md

View File

@ -1 +1 @@
Zephyr Project Port has been moved to https://github.com/wolfSSL/wolfssl/tree/master/zephyr
Zephyr Project Port has been moved to [wolfssl/zephyr](../../zephyr/README.md)

View File

@ -0,0 +1,5 @@
# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root
EXTRA_DIST+= IDE/zephyr/README.md