mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 19:15:41 +01: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
|