12 lines
214 B
Makefile
Raw Normal View History

2016-08-05 14:39:38 +08:00
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := port/include include
2016-08-05 14:39:38 +08:00
COMPONENT_SRCDIRS := library port
EXTRA_CFLAGS += -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"'
2016-09-05 15:08:30 +10:00
include $(IDF_PATH)/make/component.mk