From ac579e604afa482a60091ee4c12e50ac764af3b5 Mon Sep 17 00:00:00 2001 From: Menno Valkema Date: Fri, 10 Mar 2017 11:47:05 +0100 Subject: [PATCH] Supplement mbedtls port with import file This should greatly simplify the use of mbedtls in projects. Fixes #67 --- lib/import/import-mbedtls.mk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/import/import-mbedtls.mk 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/ +