summaryrefslogtreecommitdiffstats
path: root/drivers/nxp/crypto/caam/src/auth/auth.mk
blob: d1f8c755642521cee040c2a2021cf4c45d2013c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Copyright 2018-2020 NXP
#
# SPDX-License-Identifier: BSD-3-Clause
#
#

SEC_DRIVERS_PATH	:=	drivers/nxp/crypto/caam

ifeq (${TRUSTED_BOARD_BOOT},1)
AUTH_SOURCES +=  $(wildcard $(SEC_DRIVERS_PATH)/src/auth/*.c)
endif