Maulik Patel | 7cfee4a | 2022-07-19 09:39:38 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
Jackson Cooper-Driver | 9a421d1 | 2025-03-28 09:03:51 +0000 | [diff] [blame] | 2 | # SPDX-FileCopyrightText: Copyright The TrustedFirmware-M Contributors |
Chris Brand | 19bf274 | 2022-07-05 11:15:17 -0700 | [diff] [blame] | 3 | # Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) |
| 4 | # or an affiliate of Cypress Semiconductor Corporation. All rights reserved. |
Maulik Patel | 7cfee4a | 2022-07-19 09:39:38 +0100 | [diff] [blame] | 5 | # |
| 6 | # SPDX-License-Identifier: BSD-3-Clause |
| 7 | # |
| 8 | #------------------------------------------------------------------------------- |
| 9 | |
Chris Brand | 19bf274 | 2022-07-05 11:15:17 -0700 | [diff] [blame] | 10 | fetch_remote_library( |
| 11 | LIB_NAME tf-m-extras |
| 12 | LIB_SOURCE_PATH_VAR TFM_EXTRAS_REPO_PATH |
| 13 | FETCH_CONTENT_ARGS |
| 14 | GIT_REPOSITORY https://git.trustedfirmware.org/TF-M/tf-m-extras.git |
| 15 | GIT_TAG ${TFM_EXTRAS_REPO_VERSION} |
| 16 | GIT_SHALLOW FALSE |
| 17 | GIT_PROGRESS TRUE |
| 18 | ) |