3e82eb976e
Locate common mpu code together with other arm / nxp mpu code in the arch folder where it logically belongs. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
8 lines
135 B
CMake
8 lines
135 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if(SOC_FAMILY)
|
|
add_subdirectory(${SOC_FAMILY})
|
|
else()
|
|
add_subdirectory(${SOC_NAME})
|
|
endif()
|