1# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
2# SPDX-License-Identifier: Apache-2.0
3zephyr_library_sources(
4  soc.c
5)
6
7zephyr_library_sources_ifdef(CONFIG_ARM_MPU arm_mpu_regions.c)
8