kmod: ci use correct target, updated README

This commit is contained in:
Miroslav Crnic
2025-09-24 10:53:46 +00:00
parent 58208a052b
commit 14668d8239
2 changed files with 2 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ Inspecting [`ternrun.go`](https://github.com/XTXMarkets/ternfs/blob/main/go/tern
% cd kmod % cd kmod
% ./fetchlinux.sh # fetch linux sources % ./fetchlinux.sh # fetch linux sources
% (cd linux && make oldconfig && make prepare && make -j) # build Linux % (cd linux && make oldconfig && make prepare && make -j) # build Linux
% make KDIR=linux -j ternfs-client % make KDIR=linux -j ternfs-client-local
``` ```
### Kernel module as dkms .deb package ### Kernel module as dkms .deb package

View File

@@ -39,7 +39,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd $SCRIPT_DIR cd $SCRIPT_DIR
# build kernel module # build kernel module
make "KDIR=${SCRIPT_DIR}/linux" -j ternfs-client make "KDIR=${SCRIPT_DIR}/linux" -j ternfs-client-local
# start VM in the background # start VM in the background
function cleanup { function cleanup {