Skip to content

Commit

Permalink
kernel: modules: There is not advantage to use an out-of-tree module,…
Browse files Browse the repository at this point in the history
… they are a pain, period

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal committed Nov 10, 2021
1 parent 89a5f15 commit 4c83ed0
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -142,8 +142,6 @@ \section{Developing kernel modules}
\item \emph{Out of tree}, when the code is outside of the kernel
source tree, in a different directory
\begin{itemize}
\item Advantage: Might be easier to handle than modifications to
the kernel itself
\item Drawbacks: Not integrated to the kernel
configuration/compilation process, needs to be built
separately, the driver cannot be built statically
Expand Down

0 comments on commit 4c83ed0

Please sign in to comment.