From aec842078092782794882027019ab4b861abb3ef Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Wed, 9 Jul 2025 09:58:34 +0200 Subject: [PATCH] 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 --- scripts/check_names.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/check_names.py b/scripts/check_names.py index 57d2e1104..ef48e2ac9 100755 --- a/scripts/check_names.py +++ b/scripts/check_names.py @@ -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" ])