mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
run: fix broken -h
This commit is contained in:
@@ -9479,6 +9479,7 @@ Otherwise, it becomes very difficult to keep everything working across path refa
|
|||||||
https://stackoverflow.com/questions/49260466/why-when-i-change-br2-linux-kernel-custom-config-file-and-run-make-linux-reconfi
|
https://stackoverflow.com/questions/49260466/why-when-i-change-br2-linux-kernel-custom-config-file-and-run-make-linux-reconfi
|
||||||
|`-q` |QEMU |
|
|`-q` |QEMU |
|
||||||
|===
|
|===
|
||||||
|
|
||||||
==== run
|
==== run
|
||||||
|
|
||||||
....
|
....
|
||||||
|
|||||||
4
run
4
run
@@ -64,10 +64,6 @@ while getopts "c:DdE:e:F:f:G:hIiKkl:m:PRrT:U:uVX:x${common_getopts_flags}" OPT;
|
|||||||
gem5opts="$OPTARG \\
|
gem5opts="$OPTARG \\
|
||||||
"
|
"
|
||||||
;;
|
;;
|
||||||
h)
|
|
||||||
cat build-usage.adoc 1>&2
|
|
||||||
exit
|
|
||||||
;;
|
|
||||||
h)
|
h)
|
||||||
echo "https://github.com/cirosantilli/linux-kernel-module-cheat#run" 2>&1
|
echo "https://github.com/cirosantilli/linux-kernel-module-cheat#run" 2>&1
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user