1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

3rdparty: Add additional build facilities for 3rd-party code

This commit is contained in:
Christoph M. Wintersteiger
2019-01-21 17:26:19 +00:00
committed by Janos Follath
parent 181f284e39
commit 655ddababa
5 changed files with 12 additions and 6 deletions

View File

@ -16,7 +16,8 @@ LOCAL_LDFLAGS += -L../crypto/library
LOCAL_CFLAGS += -I../crypto/include
CRYPTO := ../crypto/library/
LOCAL_CFLAGS+=-I../3rdparty/everest/include
include ../3rdparty/Makefile.inc
LOCAL_CFLAGS+=$(THIRDPARTY_INCLUDES)
# Enable definition of various functions used throughout the testsuite
# (gethostname, strdup, fileno...) even when compiling with -std=c99. Harmless