mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7c58c1e06b
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.
10 lines
157 B
Makefile
10 lines
157 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := port/include include
|
|
|
|
COMPONENT_SRCDIRS := library port
|
|
|
|
include $(IDF_PATH)/make/component_common.mk
|