summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-10-05 22:05:21 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-10-05 22:06:43 +0200
commitbc6345d7fee1a7200bef5d717d1b2d00264d9e01 (patch)
treea89c809e325e4a850aab718e0eeab3bd28a5ba8c
parent8351aabf36dff1de6f2688b131f043ae1366c1ec (diff)
Mention that the header is sorted by definition location
Handy to know.
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index efa31d6..4b23897 100644
--- a/README.rst
+++ b/README.rst
@@ -300,7 +300,9 @@ Kconfiglib can do the following, among other things:
- **Write C headers**
The generated headers use the same format as ``include/generated/autoconf.h``
- from the Linux kernel.
+ from the Linux kernel. Output for symbols appears in the order that they're
+ defined, unlike in the C tools (where the order depends on the hash table
+ implementation).
- **Implement incremental builds**