From 80c8324e9946a08016dfd0ea2b2bf8adfc334c9b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 21 Nov 2018 05:32:22 +0100 Subject: Link Zephyr's kconfig.py from merge_config.py example Helps to have a fancier example too. --- examples/merge_config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') 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: -- cgit v1.2.3