mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Fix crypto submodule usage in Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -22,7 +22,7 @@ lib:
|
||||
|
||||
tests: lib
|
||||
$(MAKE) -C tests
|
||||
ifdef USE_CRYPTO_SUBMODULE
|
||||
ifneq ($(USE_CRYPTO_SUBMODULE), 0)
|
||||
$(MAKE) CRYPTO_INCLUDES:="-I../../include -I../include" -C crypto/tests
|
||||
endif
|
||||
|
||||
@@ -109,7 +109,7 @@ endif
|
||||
|
||||
check: lib tests
|
||||
$(MAKE) -C tests check
|
||||
ifdef USE_CRYPTO_SUBMODULE
|
||||
ifneq ($(USE_CRYPTO_SUBMODULE), 0)
|
||||
$(MAKE) CRYPTO_INCLUDES:="-I../../include -I../include" -C crypto/tests check
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user