commit | 4f5adea0ad3f7e5f8a5ca2afb0e36b463da1b44a | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Thu Mar 28 16:01:46 2024 +0000 |
committer | David Horstmann <david.horstmann@arm.com> | Tue Apr 09 18:29:45 2024 +0100 |
tree | 2194c527749aa4e77a52e6681cc708235acbc077 | |
parent | 08a24a464edd2d3b6fc33604724f690fcdcbdc11 [diff] [blame] |
Update paths in Makefiles The MBEDTLS_TEST_PATH variable now points into the framework submodule, along with other ad-hoc paths in the Makefiles. Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/programs/Makefile b/programs/Makefile index 8d1da6d..5675b47 100644 --- a/programs/Makefile +++ b/programs/Makefile
@@ -1,4 +1,4 @@ -MBEDTLS_TEST_PATH = ../tests +MBEDTLS_TEST_PATH = ../framework include ../scripts/common.make ifeq ($(shell uname -s),Linux)