diff --git a/IDE/include.am b/IDE/include.am index 4da994c02..5305d59f9 100644 --- a/IDE/include.am +++ b/IDE/include.am @@ -47,6 +47,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 diff --git a/IDE/zephyr/README.md b/IDE/zephyr/README.md new file mode 100644 index 000000000..76ab4d8d1 --- /dev/null +++ b/IDE/zephyr/README.md @@ -0,0 +1,3 @@ +# Zephyr + +Zephyr Project Port has been moved to [wolfssl/zephyr](../../zephyr/README.md) diff --git a/IDE/zephyr/include.am b/IDE/zephyr/include.am new file mode 100644 index 000000000..54648d465 --- /dev/null +++ b/IDE/zephyr/include.am @@ -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 \ No newline at end of file