Supplement mbedtls port with import file
This should greatly simplify the use of mbedtls in projects. Fixes #67
This commit is contained in:
committed by
Norman Feske
parent
0830b35401
commit
ac579e604a
4
lib/import/import-mbedtls.mk
Normal file
4
lib/import/import-mbedtls.mk
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
MBEDTLS_PORT_DIR := $(call select_from_ports,mbedtls)
|
||||||
|
LIBS += libc
|
||||||
|
INC_DIR += $(MBEDTLS_PORT_DIR)/include/mbedtls/
|
||||||
|
|
||||||
Reference in New Issue
Block a user