xref: /arm-trusted-firmware/lib/xlat_mpu/ro_xlat_mpu.mk (revision 91f16700b400a8c0651d24a598fc48ee2997a0d7)
1#
2# Copyright (c) 2021, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7ifeq (${USE_DEBUGFS}, 1)
8    $(error "Debugfs requires functionality from the dynamic translation \
9             library and is incompatible with ALLOW_RO_XLAT_TABLES.")
10endif
11
12ifeq (${ARCH},aarch32)
13    $(error "The xlat_mpu library does not currently support AArch32.")
14endif
15