diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kbuild/makefiles.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst index 82363218d0d1..c139fff29362 100644 --- a/Documentation/kbuild/makefiles.rst +++ b/Documentation/kbuild/makefiles.rst @@ -1509,7 +1509,7 @@ When kbuild executes, the following steps are followed (roughly): the linked vmlinux file. 8 Kbuild syntax for exported headers ------------------------------------- +==================================== The kernel includes a set of headers that is exported to userspace. Many headers can be exported as-is but other headers require a |