Skip to content

Commit

Permalink
kbuild: doc: remove "Objects which export symbols" section
Browse files Browse the repository at this point in the history
EXPORT_SYMBOL is unrelated to makefiles. No need to mention it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
Masahiro Yamada committed Feb 16, 2021
1 parent 1394073 commit 3d27790
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Documentation/kbuild/makefiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This document describes the Linux kernel Makefiles.
--- 3.1 Goal definitions
--- 3.2 Built-in object goals - obj-y
--- 3.3 Loadable module goals - obj-m
--- 3.4 Objects which export symbols
--- 3.4 <deleted>
--- 3.5 Library file goals - lib-y
--- 3.6 Descending down in directories
--- 3.7 Non-builtin vmlinux targets - extra-y
Expand Down Expand Up @@ -247,12 +247,6 @@ more details, with real examples.
kbuild will build an ext2.o file for you out of the individual
parts and then link this into built-in.a, as you would expect.

3.4 Objects which export symbols
--------------------------------

No special notation is required in the makefiles for
modules exporting symbols.

3.5 Library file goals - lib-y
------------------------------

Expand Down

0 comments on commit 3d27790

Please sign in to comment.