diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-10-05 22:05:21 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-10-05 22:06:43 +0200 |
| commit | bc6345d7fee1a7200bef5d717d1b2d00264d9e01 (patch) | |
| tree | a89c809e325e4a850aab718e0eeab3bd28a5ba8c | |
| parent | 8351aabf36dff1de6f2688b131f043ae1366c1ec (diff) | |
Mention that the header is sorted by definition location
Handy to know.
| -rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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** |
