commit | 06847b58010de8481e7cd730e941ae4645a0869d | [log] [tgz] |
---|---|---|
author | Sudan Landge <sudan.landge@arm.com> | Thu Feb 20 14:12:44 2025 +0000 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 17 16:25:12 2025 +0100 |
tree | dd439171b7ae865309fa1d3339c44cb87c2c3402 | |
parent | 413c06b1ea1c384c1c9c8094ec93a47f3f3512de [diff] |
modules: tf-m: fix Ethos-U Cmake warnings This is to fix the below compiler warning from TF-M builds that don't use the Ethos-U driver. ``` CMake Warning: Manually-specified variables were not used by the project: ETHOS_DRIVER_PATH ``` Signed-off-by: Sudan Landge <sudan.landge@arm.com>