[Jool-list] non-DKMS build

Tore Anderson tore at fud.no
Thu May 21 03:00:13 CDT 2020


* Arthur Wiebe

> Is there still a supported way to build the kernel modules without DKMS?

Yes, standard Kbuild. From the apex of the Jool Git repo, try:

$ make -C /lib/modules/$(uname -r)/build M=$(pwd)/src/mod/common modules modules_install
$ make -C /lib/modules/$(uname -r)/build M=$(pwd)/src/mod/nat64 modules modules_install
$ make -C /lib/modules/$(uname -r)/build M=$(pwd)/src/mod/siit modules modules_install

Tore


More information about the Jool-list mailing list