blob: 6d5100994dd67b91cc600cfa206d52a0f3fe3edb [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
# Add source files for using juno_trng and adapting it to the platform
# trng interface.
target_sources(${TGT} PRIVATE
"${CMAKE_CURRENT_LIST_DIR}/juno_trng.c"
"${CMAKE_CURRENT_LIST_DIR}/juno_trng_adapter.c"
)