ro_xlat_mpu.mk 381 B

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