Lauren Wehrmeister | 142ee34 | 2025-04-30 13:23:02 -0500 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2025, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | AUTH_SRC_DIR := drivers/auth/ | ||||
8 | |||||
9 | AUTH_SOURCES := ${AUTH_SRC_DIR}auth_mod.c \ | ||||
Lauren Wehrmeister | 9c18c35 | 2025-04-28 15:41:23 -0500 | [diff] [blame] | 10 | ${AUTH_SRC_DIR}auth_util.c \ |
Lauren Wehrmeister | 142ee34 | 2025-04-30 13:23:02 -0500 | [diff] [blame] | 11 | ${AUTH_SRC_DIR}crypto_mod.c \ |
12 | ${AUTH_SRC_DIR}img_parser_mod.c |