xref: /rk3399_ARM-atf/drivers/auth/auth.mk (revision 06f3c7058c42a9f1a9f7df75ea2de71a000855e8)
1#
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		\
10			   ${AUTH_SRC_DIR}auth_util.c		\
11			   ${AUTH_SRC_DIR}crypto_mod.c		\
12			   ${AUTH_SRC_DIR}img_parser_mod.c
13