Add comments to Makefiles
Add missing comment to Makefiles about purpose of the change.
diff --git a/library/Makefile b/library/Makefile
index ce9c1eb..e0141bf 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -5,6 +5,8 @@
WARNING_CFLAGS ?= -Wall -W -Wdeclaration-after-statement
LDFLAGS ?=
+# 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) )" ""
# Set include dirs for Mbed TLS test environment