blob: a23c59b3953c20211c202f138bcc0d84f0cfc5d4 [file] [log] [blame]
Lauren Wehrmeister142ee342025-04-30 13:23:02 -05001#
2# Copyright (c) 2025, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7AUTH_SRC_DIR := drivers/auth/
8
9AUTH_SOURCES := ${AUTH_SRC_DIR}auth_mod.c \
Lauren Wehrmeister9c18c352025-04-28 15:41:23 -050010 ${AUTH_SRC_DIR}auth_util.c \
Lauren Wehrmeister142ee342025-04-30 13:23:02 -050011 ${AUTH_SRC_DIR}crypto_mod.c \
12 ${AUTH_SRC_DIR}img_parser_mod.c