mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
run: document positional args
This commit is contained in:
@@ -9499,6 +9499,8 @@ Otherwise, it becomes very difficult to keep everything working across path refa
|
|||||||
./build [OPTIONS] [-- EXTRA_MAKE_ARGS]
|
./build [OPTIONS] [-- EXTRA_MAKE_ARGS]
|
||||||
....
|
....
|
||||||
|
|
||||||
|
`EXTRA_MAKE_ARGS` gets appended to the end of the `make` command line.
|
||||||
|
|
||||||
===== build configuration options
|
===== build configuration options
|
||||||
|
|
||||||
[options="header"]
|
[options="header"]
|
||||||
@@ -9558,6 +9560,8 @@ Otherwise, it becomes very difficult to keep everything working across path refa
|
|||||||
./run [OPTIONS] [-- EXTRA_RUN_ARGS]
|
./run [OPTIONS] [-- EXTRA_RUN_ARGS]
|
||||||
....
|
....
|
||||||
|
|
||||||
|
`EXTRA_RUN_ARGS` gets appended to the end of the emulator command line.
|
||||||
|
|
||||||
[options="header"]
|
[options="header"]
|
||||||
|===
|
|===
|
||||||
|Name |Argument name |Description
|
|Name |Argument name |Description
|
||||||
|
|||||||
Reference in New Issue
Block a user