Correct 3rdparty include path for Mbed TLS

This commit is contained in:
Janos Follath 2019-08-20 15:18:19 +01:00
parent c25df6848b
commit 20082cb488

View File

@ -1,2 +1,5 @@
ifeq ($(INCLUDING_FROM_MBEDTLS), 1)
include ../crypto/3rdparty/everest/Makefile.inc
else
include ../3rdparty/everest/Makefile.inc
endif