mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
Add comments to Makefiles
Add missing comment to Makefiles about purpose of the change.
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,6 +5,8 @@ PREFIX=mbedtls_
|
||||
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
|
||||
|
||||
@@ -5,6 +5,8 @@ CFLAGS ?= -O2
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user