mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
5 lines
136 B
Makefile
5 lines
136 B
Makefile
ifeq ($(INCLUDING_FROM_MBEDTLS), 1)
|
|
include ../crypto/3rdparty/everest/Makefile.inc
|
|
else
|
|
include ../3rdparty/everest/Makefile.inc
|
|
endif
|