commit | 72d2dbca76082ad1aee12c83571de23b1ca1a0b2 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Tue Sep 14 10:48:24 2021 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Tue Jan 04 13:22:52 2022 +0100 |
tree | c8abd47a533cb11ec73190aa38092d69fa67efcb | |
parent | 3bd734b6e66584da87ad8a6916e63b29389c53d3 [diff] |
fix(check-include-order): put include/plat/common in project files This issue was reported in [1]. It follows some static check failed when pushing patch [2], for which CI reported static check failure in [3]. As files in include/plat/common directory are common to all platforms, consider them as project files, and not platform files. [1] https://lists.trustedfirmware.org/pipermail/tf-a/2021-September/001316.html [2] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/10662 [3] https://ci.trustedfirmware.org/job/tf-static-checks/1192/ Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: Ie0de4dd5ed6dc03ab0fd695ad9b8169134f79964