diff --git a/lib/import/import-mbedtls.mk b/lib/import/import-mbedtls.mk new file mode 100644 index 0000000..dcee207 --- /dev/null +++ b/lib/import/import-mbedtls.mk @@ -0,0 +1,4 @@ +MBEDTLS_PORT_DIR := $(call select_from_ports,mbedtls) +LIBS += libc +INC_DIR += $(MBEDTLS_PORT_DIR)/include/mbedtls/ +