On 03/10/20 11:13, Richard Henderson wrote: >> + target_kconfig = 'target' / config_target['TARGET_BASE_ARCH'] / 'Kconfig' >> + minikconf_input = ['default-configs' / target + '.mak', 'Kconfig'] >> + if fs.is_file(target_kconfig) > Missing a meson.current_source_dir()? > Leastwise that was a comment that Paolo had for me. Not sure, but it was the only way I thought the BSD build could fail; unless the capstone submodule really was not present in Peter's checkout and submodule update was disabled. Paolo