mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 18:18:24 +00:00
6 lines
136 B
Makefile
6 lines
136 B
Makefile
ifeq ($(INCLUDING_FROM_MBEDTLS), 1)
|
|
include ../crypto/3rdparty/everest/Makefile.inc
|
|
else
|
|
include ../3rdparty/everest/Makefile.inc
|
|
endif
|