'west flash' rebuilds after successful build when enabling SB_CONFIG_BOOTLOADER_MCUBOOT in sysbuild.conf

I'm running into a bit of an annoying situation every time i run 'west flash --build-dir ./build' in the command line. It rebuilds always after a successful build i set when SB_CONFIG_BOOTLOADER_MCUBOOT=y in sysbuild.conf. The build command i use is `west build --build-dir ./build . --board xiao_nrf54l15/nrf54l15/cpuapp --sysbuild -- -DBOARD_ROOT="/home/$USER/platform-seeedboards/zephyr"` and i'm working in Ubuntu with VSCode. It is just such a waste of time with a project that starts to grow.

I have tried with and without deleting the build folder as well as with and without the `--pristine` option, no difference.

Any idea's what i can do to change this behaviour

Related