Skip to content

Commit 3d27790

Browse files
committed
kbuild: doc: remove "Objects which export symbols" section
EXPORT_SYMBOL is unrelated to makefiles. No need to mention it. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 1394073 commit 3d27790

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Documentation/kbuild/makefiles.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document describes the Linux kernel Makefiles.
1212
--- 3.1 Goal definitions
1313
--- 3.2 Built-in object goals - obj-y
1414
--- 3.3 Loadable module goals - obj-m
15-
--- 3.4 Objects which export symbols
15+
--- 3.4 <deleted>
1616
--- 3.5 Library file goals - lib-y
1717
--- 3.6 Descending down in directories
1818
--- 3.7 Non-builtin vmlinux targets - extra-y
@@ -247,12 +247,6 @@ more details, with real examples.
247247
kbuild will build an ext2.o file for you out of the individual
248248
parts and then link this into built-in.a, as you would expect.
249249

250-
3.4 Objects which export symbols
251-
--------------------------------
252-
253-
No special notation is required in the makefiles for
254-
modules exporting symbols.
255-
256250
3.5 Library file goals - lib-y
257251
------------------------------
258252

0 commit comments

Comments
 (0)