Logo
Explore Help
Register Sign In
TeamHepta/mbedtls
1
0
Fork 0
You've already forked mbedtls
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-03-20 11:11:08 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
828039809591132e4b226df4943e61dc3334d96d
mbedtls/3rdparty/Makefile.inc

4 lines
147 B
PHP
Raw Normal View History

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-04 20:03:55 +02:00
THIRDPARTY_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
Use an indirect reference to detect the 3rdparty directory
2020-03-09 17:29:41 +01:00
include $(THIRDPARTY_DIR)/everest/Makefile.inc
Add support for building p256-m alongside Mbed TLS with CMake. Also check if p256-m is enabled in the config before including the contents of p256-m.c Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
2023-04-18 17:00:17 +01:00
include $(THIRDPARTY_DIR)/p256-m/Makefile.inc
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 48ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API