commit | d015619a56c3c3d8405de5fc47b088b4ed2846dc | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@mobica.com> | Wed Apr 17 06:02:38 2019 -0400 |
committer | Andrzej Kurek <andrzej.kurek@mobica.com> | Thu May 23 03:01:35 2019 -0400 |
tree | fac76498227866a124e4a098a799d43060d8c691 | |
parent | 346747cd24dc0def1d9a6a3d6e5c8832c9a2ddb1 [diff] |
Export the submodule flag to sub-makes Export the flag so that the crypto submodule knows how it is being built
diff --git a/Makefile b/Makefile index 527486f..e898975 100644 --- a/Makefile +++ b/Makefile
@@ -1,4 +1,5 @@ - +# export the submodule flag so that crypto knows it's being built as a submodule +export USE_CRYPTO_SUBMODULE=1 DESTDIR=/usr/local PREFIX=mbedtls_