diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-21 05:32:22 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-21 05:32:22 +0100 |
| commit | 80c8324e9946a08016dfd0ea2b2bf8adfc334c9b (patch) | |
| tree | cc576385d5854b68fd8a624fcb9d2b97e3b65105 /examples | |
| parent | 6313925b31144728551040db8b2d1c8a0a51fed1 (diff) | |
Link Zephyr's kconfig.py from merge_config.py example
Helps to have a fancier example too.
Diffstat (limited to 'examples')
| -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: |
