xref
: /
kernel
/
uniproton
/
src
/
arch
/
cpu
/
CMakeLists.txt
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/kernel/uniproton/src/arch/cpu/
1
if(${CONFIG_OS_ARCH_ARMV7_M})
2
add_subdirectory(armv7-m)
3
endif()
4