diff options
| -rw-r--r-- | examples/merge_config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/merge_config.py b/examples/merge_config.py index 4b56cb8..2bf318e 100644 --- a/examples/merge_config.py +++ b/examples/merge_config.py @@ -5,6 +5,9 @@ # The generated .config respects symbol dependencies, and a warning is printed # if any symbol gets a different value from the assigned value. # +# For a real-world merging example based on this script, see +# https://github.com/zephyrproject-rtos/zephyr/blob/master/scripts/kconfig/kconfig.py. +# # Here's a demo: # # Kconfig contents: |
