Supplement mbedtls port with import file

This should greatly simplify the use of mbedtls in projects.

Fixes #67
This commit is contained in:
Menno Valkema
2017-03-10 11:47:05 +01:00
committed by Norman Feske
parent 0830b35401
commit ac579e604a

View File

@@ -0,0 +1,4 @@
MBEDTLS_PORT_DIR := $(call select_from_ports,mbedtls)
LIBS += libc
INC_DIR += $(MBEDTLS_PORT_DIR)/include/mbedtls/