diff options
Diffstat (limited to 'roms/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout2')
-rw-r--r-- | roms/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roms/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout2 b/roms/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout2 new file mode 100644 index 000000000..849ff47e9 --- /dev/null +++ b/roms/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout2 @@ -0,0 +1,5 @@ +# CONFIG_A is not set +CONFIG_B=y +# CONFIG_C is not set +CONFIG_D=y +CONFIG_E=y |