diff --git a/scripts/west_commands/build.py b/scripts/west_commands/build.py index 2e675a72293..2f95a168a5e 100644 --- a/scripts/west_commands/build.py +++ b/scripts/west_commands/build.py @@ -579,7 +579,7 @@ def _run_cmake(self, board, origin, cmake_opts): # Check if this is an ncs-repo directory allow_list = [ 'mcuboot', 'sidewalk', 'find-my', 'nrf', 'matter', 'suit-processor', 'memfault-firmware-sdk', 'zscilib', 'uoscore-uedhoc', 'zcbor', - 'hal_nordic' ] + 'hal_nordic', 'ncs-example-application' ] config_sysbuild = False for module in zephyr_module.parse_modules(ZEPHYR_BASE, self.manifest):