Files
arm-trusted-firmware/drivers/auth/auth.mk
T
Lauren Wehrmeister 9c18c35cbb feat(auth): add update of current_pk_oid in auth
Adding the set of current_pk_oid during the authentication process,
include the new file in auth makefile.

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: I3e05b8607060b424e34642d23e4960d2ef0f71f0
2025-05-05 10:07:54 -05:00

13 lines
292 B
Makefile

#
# Copyright (c) 2025, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
AUTH_SRC_DIR := drivers/auth/
AUTH_SOURCES := ${AUTH_SRC_DIR}auth_mod.c \
${AUTH_SRC_DIR}auth_util.c \
${AUTH_SRC_DIR}crypto_mod.c \
${AUTH_SRC_DIR}img_parser_mod.c