No-OS Build Guide
Clone no-OS with --recursive flag:
git clone --recursive https://github.com/analogdevicesinc/no-OS
If however you've already cloned no-OS without the --recursive flag, you may initialize all the submodules in an existing no-OS clone with:
git submodule update --recursive --init