OVMS3-idf/components/mbedtls/Makefile

9 lines
161 B
Makefile
Raw Normal View History

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