From bc6345d7fee1a7200bef5d717d1b2d00264d9e01 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 5 Oct 2019 22:05:21 +0200 Subject: Mention that the header is sorted by definition location Handy to know. --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rst') 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** -- cgit v1.2.3