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:
@@ -1,4 +1,4 @@
|
||||
MBEDTLS_TEST_PATH = ../tests
|
||||
MBEDTLS_TEST_PATH = ../framework
|
||||
include ../scripts/common.make
|
||||
|
||||
ifeq ($(shell uname -s),Linux)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
MBEDTLS_TEST_PATH:=../../tests
|
||||
MBEDTLS_TEST_PATH:=../../framework
|
||||
|
||||
MBEDTLS_PATH := ../..
|
||||
include ../../scripts/common.make
|
||||
|
Reference in New Issue
Block a user