commit | 97dd9c3fe59af613c6dd7404a1f349abce3ec3d2 | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Wed Dec 18 10:53:25 2024 +0100 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Wed Dec 18 11:00:21 2024 +0100 |
tree | c012e0e20c412bfb51f078c119f30017b7bca277 | |
parent | 5d10ae70d57bc836d417b7a7592ecc96a528bc38 [diff] |
fix: omit printing an error on mbedtls not cloned Using Makefile's wildcard statement in place of a shell find command to prevent the error message below when mbedtls submodule is not cloned: find: ‘ext/mbedtls/include’: No such file or directory Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I9677aa4e97485b597e00ba0bdf76967f9093afe9