mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-07-31 16:27:46 +00:00
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:
@@ -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"
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user