File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This document describes the Linux kernel Makefiles.
12
12
--- 3.1 Goal definitions
13
13
--- 3.2 Built-in object goals - obj-y
14
14
--- 3.3 Loadable module goals - obj-m
15
- --- 3.4 Objects which export symbols
15
+ --- 3.4 <deleted>
16
16
--- 3.5 Library file goals - lib-y
17
17
--- 3.6 Descending down in directories
18
18
--- 3.7 Non-builtin vmlinux targets - extra-y
@@ -247,12 +247,6 @@ more details, with real examples.
247
247
kbuild will build an ext2.o file for you out of the individual
248
248
parts and then link this into built-in.a, as you would expect.
249
249
250
- 3.4 Objects which export symbols
251
- --------------------------------
252
-
253
- No special notation is required in the makefiles for
254
- modules exporting symbols.
255
-
256
250
3.5 Library file goals - lib-y
257
251
------------------------------
258
252
You can’t perform that action at this time.
0 commit comments