zephyr/soc/arm/atmel_sam/common/CMakeLists.txt

13 lines
178 B
CMake
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(.)
zephyr_sources(
soc_pmc.c
soc_gpio.c
)
zephyr_sources_ifdef(
CONFIG_ARM_MPU
arm_mpu_regions.c
)