esp-idf/components/mbedtls/Makefile

9 wiersze
161 B
Makefile
Czysty Zwykły widok Historia

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