Skip to content

Commit

Permalink
kernel: modules: Put the description of out-of-tree right next to the…
Browse files Browse the repository at this point in the history
… term

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal committed Nov 10, 2021
1 parent 2f5de50 commit 89a5f15
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -139,10 +139,9 @@ \section{Developing kernel modules}
\frametitle{Compiling a module}
Two solutions
\begin{itemize}
\item \emph{Out of tree}
\item \emph{Out of tree}, when the code is outside of the kernel
source tree, in a different directory
\begin{itemize}
\item When the code is outside of the kernel source tree, in a
different directory
\item Advantage: Might be easier to handle than modifications to
the kernel itself
\item Drawbacks: Not integrated to the kernel
Expand Down

0 comments on commit 89a5f15

Please sign in to comment.