summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-01-06 00:39:21 +0100
committerGitHub <noreply@github.com>2018-01-06 00:39:21 +0100
commit8d30e5bb1ad5cab16d1226cc5cd3a03d64664f5d (patch)
tree8b9d06c84193e3050e50b406bcf13960eeaf4ec5
parentf3bf3a8e10058460c83095c4c31ee6956a38137f (diff)
Mention that C headers can be generated now
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 85cacb3..86a0047 100644
--- a/README.rst
+++ b/README.rst
@@ -28,6 +28,11 @@ configuration systems. It can do the following, among other things:
The generated ``.config`` files are character-for-character identical to what
the C implementation would generate (except for the header comment). The test
suite relies on this, as it compares the generated files.
+
+- **Write C headers**
+
+ The generated headers use the same format as ``include/generated/autoconf.h``
+ from the Linux kernel.
- **Inspect symbols**