TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
e43ae8e9de9b485f539b9c2bc8bef6680a060c26
/
.
/
lib
/
xlat_tables_v2
/
xlat_tables.mk
blob: b94ce5d07b65837cc7279a796ba9024cb1e00a3d [
file
] [
log
] [
blame
]
#
# Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
XLAT_TABLES_LIB_SRCS
:=
$
(
addprefix lib
/
xlat_tables_v2
/,
\
$
{
ARCH
}/
xlat_tables_arch
.
c \
xlat_tables_internal
.
c
)