Skip to content
Snippets Groups Projects
Commit ea3ef223 authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

optee_test_ext.mk: make sure TAs are built in correct order


The optee_test TAs are built by a $(wildcard ...) loop. This is
unreliable because there is no guarantee that os_test_lib and
os_test_lib_dl will appear before os_test in the list. Yet os_test
depends on the libraries being built first.

Fix the issue by explicitely listing the libraries and TAs with
dependencies in the correct order, then using a wildcard for the other
TAs.

Signed-off-by: default avatarJerome Forissier <jerome@forissier.org>
Acked-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 6347ed94
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment