summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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**