commit | 469f7811fac98617e544aac2b1b2db56040c95db | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Feb 29 18:19:56 2024 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Feb 29 18:19:56 2024 +0100 |
tree | 38c7f256ddcb90215c66c267930ce956704621a7 | |
parent | 7f523bf9eb724f5d3ed08e441df1a984a21304bc [diff] [blame] |
Require framework directory to exist when building The framework directory will be provided by a submodule. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/library/Makefile b/library/Makefile index d11a98d..d5e4f64 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -1,3 +1,4 @@ +include ../framework/exported.make # Also see "include/mbedtls/mbedtls_config.h"