check_names: Do not parse driver libraries

Do not parse driver libraries anymore.
They are currently empty while we are
doing the transition to one crypto
library and will be removed soon.

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2025-07-09 10:01:09 +02:00
parent 8f0eeca1f2
commit aec8420780
-3
View File
@@ -812,9 +812,6 @@ class TFPSACryptoCodeParser(CodeParser):
# Perform object file analysis using nm
symbols = self.parse_symbols_from_nm([
build_dir + "/drivers/builtin/libbuiltin.a",
build_dir + "/drivers/p256-m/libp256m.a",
build_dir + "/drivers/everest/libeverest.a",
build_dir + "/core/libtfpsacrypto.a"
])