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
% ./fetchlinux.sh # fetch linux sources
% (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