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>
This commit is contained in:
Gilles Peskine
2024-02-29 18:19:56 +01:00
parent 7f523bf9eb
commit 469f7811fa
4 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ ifndef MBEDTLS_PATH
MBEDTLS_PATH := ..
endif
include $(MBEDTLS_PATH)/framework/exported.make
CFLAGS ?= -O2
WARNING_CFLAGS ?= -Wall -Wextra -Wformat=2 -Wno-format-nonliteral
WARNING_CXXFLAGS ?= -Wall -Wextra -Wformat=2 -Wno-format-nonliteral