From 67b600d957b27c9e084bcb0cc77e80f17a7db621 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Fri, 9 Feb 2018 15:03:34 +0100 Subject: Add mbedtls module --- modules/mbedtls/config.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 modules/mbedtls/config.py (limited to 'modules/mbedtls/config.py') diff --git a/modules/mbedtls/config.py b/modules/mbedtls/config.py new file mode 100755 index 0000000000..5f133eba90 --- /dev/null +++ b/modules/mbedtls/config.py @@ -0,0 +1,5 @@ +def can_build(platform): + return True + +def configure(env): + pass -- cgit v1.2.3