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-29 13:49:43 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
7632c6a80ca533a7fb5abe571ef040c2314d456a
esp-idf/components/mbedtls/Makefile.projbuild

5 lines
140 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
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 126ms Template: 4ms
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