Skip to content

Commit

Permalink
[nrf noup] scripts: west_commands: build: Add ant to sysbuild list
Browse files Browse the repository at this point in the history
nrf-squash! [nrf noup] scripts: west: build: Use sysbuild by default if in NCS dir

Adds the ANT project to the list of repos that should be built
using sysbuild by default

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm authored and anangl committed Jun 28, 2024
1 parent 3e80418 commit 1a5d3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/west_commands/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,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', 'ncs-example-application' ]
'hal_nordic', 'ncs-example-application', 'ant' ]
config_sysbuild = False

for module in zephyr_module.parse_modules(ZEPHYR_BASE, self.manifest):
Expand Down

0 comments on commit 1a5d3b4

Please sign in to comment.