commit | 2131fdb1b7e450a87b86926d22fa8d6b962617ac | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Thu May 21 15:51:36 2020 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Wed Jun 24 10:40:22 2020 +0800 |
tree | ab0faefb6e7d95e3dafc6bf4153726da9b9d7174 | |
parent | 1fb8070ff51b88d4c79e438e6b0979d5239116b2 [diff] |
Build: Replace CMSIS_5_DIR with deeper CMSIS_DIR This patch replaces the CMake variable CMSIS_5_DIR with the deeper CMSIS_5_DIR/CMSIS. This is the preparation for the RTX references from CMSIS_5 repo to tf-m-tests repo. Because setting 'CMSIS_5_DIR' to 'tf-m-tests' could be confusing. With this change, the 'CMSIS_DIR' would be set to 'tf-m-tests/CMSIS' later. Change-Id: I3bf19d15592a24cb718b220d8efc49f42b40f56d Signed-off-by: Kevin Peng <kevin.peng@arm.com>