From e4239123dc939df79670f292f4c10dd534365635 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Fri, 24 Jun 2022 16:08:30 +0100 Subject: [PATCH] doc/setup.rst: Remove references to now defunct clean_module script FIX Remove reference to a script that does not exist anymore. --- doc/setup.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/doc/setup.rst b/doc/setup.rst index 824b56dc4..a0ebab656 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -263,15 +263,8 @@ This will build the module against the provided kernel tree and install it in ``lisa/_assets``. If you still do, any remaining build artifact could be reused in fresh builds, leading to segfaults and such. -Clean -..... - -.. code-block:: sh - - $LISA_HOME/tools/kmodules/clean_module path/to/kernel path/to/kmodule - -Highly recommended to clean when switching kernel trees to avoid unintentional -breakage for using stale binaries. +.. note:: It is highly recommended to do a clean build when switching kernel + trees to avoid unintentional breakage for using stale binaries. Pushing the module into the target .................................. -- GitLab