mbedtls/3rdparty
Gilles Peskine 9a32632577 Fix 3rdparty/Makefile.inc when included recursively
3rdparty/Makefile.inc could only be used when included from the primary
makefile passed to make. It could not be used directly, or included from a
makefile that is itself included. This was due to counting from the left of
$(MAKEFILE_LIST) instead of using the last element.

Since each include directive appends to $(MAKEFILE_LIST), when using it to
determine $(THIRDPARTY_DIR), we need to use a simply-expanded variable.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-10-13 12:25:18 +01:00
..
everest Fix 3rdparty target names for custom config 2023-10-06 12:04:25 +01:00
p256-m Fix 3rdparty target names for custom config 2023-10-06 12:04:25 +01:00
.gitignore 3rdparty: Fix .gitignore 2019-08-19 13:37:46 +01:00
CMakeLists.txt CMake: fix build with 3rdparty module enabled through a custom config 2023-09-29 17:37:55 +02:00
Makefile.inc Fix 3rdparty/Makefile.inc when included recursively 2023-10-13 12:25:18 +01:00