File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,8 @@ module 8123.ko, which is built from the following files::
182
182
8123_pci.c
183
183
8123_bin.o_shipped <= Binary blob
184
184
185
- --- 3.1 Shared Makefile
185
+ 3.1 Shared Makefile
186
+ -------------------
186
187
187
188
An external module always includes a wrapper makefile that
188
189
supports building the module using "make" with no arguments.
@@ -470,9 +471,9 @@ build.
470
471
471
472
The syntax of the Module.symvers file is::
472
473
473
- <CRC> <Symbol> <Module> <Export Type> <Namespace>
474
+ <CRC> <Symbol> <Module> <Export Type> <Namespace>
474
475
475
- 0xe1cc2a05 usb_stor_suspend drivers/usb/storage/usb-storage EXPORT_SYMBOL_GPL USB_STORAGE
476
+ 0xe1cc2a05 usb_stor_suspend drivers/usb/storage/usb-storage EXPORT_SYMBOL_GPL USB_STORAGE
476
477
477
478
The fields are separated by tabs and values may be empty (e.g.
478
479
if no namespace is defined for an exported symbol).
You can’t perform that action at this time.
0 commit comments