commit | 5e639ed026a3ece72a7e7446a5e3c85bbc47f4e6 | [log] [tgz] |
---|---|---|
author | Arto Kinnunen <arto.kinnunen@arm.com> | Wed Sep 25 17:08:39 2019 +0300 |
committer | Arto Kinnunen <arto.kinnunen@arm.com> | Wed Sep 25 17:08:39 2019 +0300 |
tree | f20b33809d13f673a7384fb652e52a77df555f53 | |
parent | 8307802824e844097d9bde638c8f2fd2fb8c3ba2 [diff] [blame] |
Add comments to Makefiles Add missing comment to Makefiles about purpose of the change.
diff --git a/Makefile b/Makefile index 9457971..fef643e 100644 --- a/Makefile +++ b/Makefile
@@ -5,6 +5,8 @@ PROGRAMS_DIR=./programs TESTS_DIR=./tests +# Check test environment. If ../library is available then Mbed TLS is used. +# Otherwise Mbed OS environment is used. DIR_FOR_MBED_TLS_ENV=./library ifneq "$(wildcard $(DIR_FOR_MBED_TLS_ENV) )" "" LIBRARY_DIR=./library