Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-04 00:51:42 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
4fc84306a25d7b51aeb5b08de4940ca6bd42ba2e
esp-idf/components/mbedtls/Makefile.projbuild

9 lines
290 B
Makefile
Raw Normal View History

Build system: Allow components to add to the global CFLAGS via Makefile.projbuild Used by mbedTLS to set MBEDTLS_CONFIG_FILE in all components. This change sets CFLAGS/etc at the project level and then exports those variables for components, rather than setting them independently each time a component Makefile is invoked.
2016-09-09 10:14:38 +10:00
# Anyone compiling mbedTLS code needs the name of the
# alternative config file
Ensure that C++ and C compilers get the same preprocessor setup CPPFLAGS is applied for both languages while CFLAGS only for C Signed-off-by: Andreas Pokorny <andreas.pokorny@siemens.com>
2017-10-26 13:04:41 +02:00
CPPFLAGS += -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"'
Build system: Allow components to add to the global CFLAGS via Makefile.projbuild Used by mbedTLS to set MBEDTLS_CONFIG_FILE in all components. This change sets CFLAGS/etc at the project level and then exports those variables for components, rather than setting them independently each time a component Makefile is invoked.
2016-09-09 10:14:38 +10:00
mbedtls: enable deprecation warnings when building unit tests
2018-05-08 23:51:23 +08:00
# Catch usage of deprecated mbedTLS functions when building tests
ifneq ("$(TEST_COMPONENTS_LIST)","")
CPPFLAGS += -DMBEDTLS_DEPRECATED_WARNING
endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 42ms Template: 1ms
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