17d37aa17SJuan Castillo# 2*885ed9e0SBoyan Karatotev# Copyright (c) 2015-2025, Arm Limited and Contributors. All rights reserved. 37d37aa17SJuan Castillo# 482cb2c1aSdp-arm# SPDX-License-Identifier: BSD-3-Clause 57d37aa17SJuan Castillo# 67d37aa17SJuan Castillo 77d37aa17SJuan Castilloinclude drivers/auth/mbedtls/mbedtls_common.mk 87d37aa17SJuan Castillo 938f89369SManish V Badarkheifeq (${PSA_CRYPTO},1) 1038f89369SManish V Badarkhe # Some of the PSA functions are declared in multiple header files 1138f89369SManish V Badarkhe # that triggers this warning. 12*885ed9e0SBoyan Karatotev cflags-common += -Wno-error=redundant-decls 1338f89369SManish V Badarkhe MBEDTLS_SOURCES += drivers/auth/mbedtls/mbedtls_psa_crypto.c 1438f89369SManish V Badarkheelse 15180c4bc2SRoberto Vargas MBEDTLS_SOURCES += drivers/auth/mbedtls/mbedtls_crypto.c 1638f89369SManish V Badarkheendif 17