Manish V Badarkhe | e095f4e | 2025-04-08 08:01:42 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2025, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | pre_tftf_build() { | ||||
9 | # Clone mbedTLS submodule | ||||
10 | cd "$tftf_root" | ||||
11 | git submodule update --init | ||||
12 | } |