Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | XLAT_TABLES_LIB_SRCS := $(addprefix lib/xlat_tables_v2/, \ |
| 8 | ${ARCH}/enable_mmu.S \ |
| 9 | ${ARCH}/xlat_tables_arch.c \ |
| 10 | xlat_tables_context.c \ |
| 11 | xlat_tables_core.c \ |
| 12 | xlat_tables_utils.c) |
Antonio Nino Diaz | 814003f | 2018-11-15 11:53:50 +0000 | [diff] [blame] | 13 | |
| 14 | XLAT_TABLES_LIB_V2 := 1 |
| 15 | $(eval $(call add_define,XLAT_TABLES_LIB_V2)) |