commit | 6ea2dea1c5aa1f1cc6ffe3f7ef7c56a2259a2668 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Mon Jan 21 17:26:19 2019 +0000 |
committer | Janos Follath <janos.follath@arm.com> | Mon Aug 19 13:37:46 2019 +0100 |
tree | 790666a3c4f40755a11b07390791d35f6b22ecd4 | |
parent | 405b371a840dc9a5ed2c45965044757d0bd61e29 [diff] [blame] |
3rdparty: Add additional build facilities for 3rd-party code
diff --git a/programs/Makefile b/programs/Makefile index 871b75b..add1a86 100644 --- a/programs/Makefile +++ b/programs/Makefile
@@ -11,7 +11,8 @@ LOCAL_LDFLAGS = -L../library \ -lmbedcrypto$(SHARED_SUFFIX) -LOCAL_CFLAGS+=-I../3rdparty/everest/include +include ../3rdparty/Makefile.inc +LOCAL_CFLAGS+=$(THIRDPARTY_INCLUDES) ifndef SHARED DEP=../library/libmbedcrypto.a