mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 04:32:40 +00:00
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
13 lines
292 B
Makefile
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
|