Merge pull request #53 from fennecJ/patch

Fix incorrect path
This commit is contained in:
Jim Huang 2021-08-10 18:24:17 +08:00 committed by GitHub
commit 28abb0eca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -537,7 +537,7 @@ In this case, you need to restore the value of symbol \textbf{EXTRAVERSION} to \
We suggest to keep a backup copy of the makefile used to compile your kernel available in \verb|/lib/modules/5.14.0-rc2/build|.
A simple command as following should suffice.
\begin{codebash}
cp /lib/modules/`uname-r`/build/Makefile linux-`uname -r`
cp /lib/modules/`uname -r`/build/Makefile linux-`uname -r`
\end{codebash}
Here \sh|linux-`uname -r`| is the Linux kernel source you are attempting to build.