8 lines
161 B
Makefile
Executable file
8 lines
161 B
Makefile
Executable file
#
|
|
# Component Makefile
|
|
|
|
COMPONENT_SRCDIRS := library port
|
|
|
|
EXTRA_CFLAGS += -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"'
|
|
|
|
include $(IDF_PATH)/make/component.mk
|