1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

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>
This commit is contained in:
David Horstmann
2024-03-28 16:01:46 +00:00
parent 08a24a464e
commit 4f5adea0ad
3 changed files with 22 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
MBEDTLS_TEST_PATH = ../tests
MBEDTLS_TEST_PATH = ../framework
include ../scripts/common.make
ifeq ($(shell uname -s),Linux)

View File

@@ -1,4 +1,4 @@
MBEDTLS_TEST_PATH:=../../tests
MBEDTLS_TEST_PATH:=../../framework
MBEDTLS_PATH := ../..
include ../../scripts/common.make