if(${CONFIG_OS_ARCH_ARMV7_M})
    add_subdirectory(armv7-m)
endif()
if(${CONFIG_OS_ARCH_ARMV8})
    add_subdirectory(armv8)
endif()