mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-04 14:09:29 +08: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
|