I'm working with NCS v2.1.0 and Visual Studio Code, I tried to build nrf/samples/bootloader but always:
warning: attempt to assign the value 'y' to the undefined symbol IS_SECURE_BOOTLOADER
I can run all other samples on zephyr/samples without issues, not sure if a missed of something or some configuration to allow CMakeList.txt or Kconfig definitions in sdkv2.1.0/nrf/ folder or maybe it is not allowed to use those definitions anymore, what am I doing wrong?, thanks.