Gary Morrison | 3d7f654 | 2021-01-27 13:08:47 -0600 | [diff] [blame] | 1 | # |
Govindraj Raja | eee28e7 | 2023-08-01 15:52:40 -0500 | [diff] [blame] | 2 | # Copyright (c) 2021, Arm Limited. All rights reserved. |
Gary Morrison | 3d7f654 | 2021-01-27 13:08:47 -0600 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | ifeq (${USE_DEBUGFS}, 1) |
| 8 | $(error "Debugfs requires functionality from the dynamic translation \ |
| 9 | library and is incompatible with ALLOW_RO_XLAT_TABLES.") |
| 10 | endif |
| 11 | |
| 12 | ifeq (${ARCH},aarch32) |
| 13 | $(error "The xlat_mpu library does not currently support AArch32.") |
| 14 | endif |