Go to file
Lucas De Marchi 67d1534318 build: fix build with disabled test modules
install: cannot stat 'testsuite/module-playground/mod-loop-f.ko': No
such file or directory
Makefile:2881: recipe for target 'rootfs' failed
make[1]: *** [rootfs] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:2101: recipe for target 'check-recursive' failed

We need to ship pre-compiled binaries so it's possible to run
"make check" on servers without kernel headers.

Also add them to EXTRA_DIST as other sources.
2016-11-10 23:47:19 -02:00
libkmod libkmod: fix use of strcpy 2016-08-08 11:42:52 -03:00
m4 build: add function to build string of features 2015-06-08 22:37:10 -03:00
man kmod: fix small typo in rmmod(8) 2015-06-08 22:46:42 -03:00
shared shared: make scratchbuf_str static 2016-11-10 22:14:27 -02:00
shell-completion/bash Remove references to systemd from the bash completion file 2014-05-05 01:52:04 -03:00
testsuite build: fix build with disabled test modules 2016-11-10 23:47:19 -02:00
tools depmod: ignore related modules in depmod_report_cycles 2016-11-08 22:38:34 -02:00
.gitignore build: use dolt 2015-03-05 13:14:36 -03:00
.travis.yml travis: workaround bug in environment setup 2016-01-11 11:19:36 -02:00
autogen.sh build-sys: rename autogen.sh to bootstrap and keep a symlink 2012-01-12 18:23:32 -02:00
bootstrap build-sys: set -e separately, rather than putting -e in the shebang line 2014-12-25 23:41:34 -02:00
bootstrap-configure build-sys: Remove -Werror from CFLAGS 2014-03-24 14:54:01 -03:00
CODING-STYLE CODING-STYLE: add include order 2015-01-14 12:35:04 -02:00
configure.ac kmod 23 2016-07-20 01:38:42 -03:00
COPYING Clarify what licences apply where 2014-10-09 01:26:34 -03:00
Makefile.am build: fix build with disabled test modules 2016-11-10 23:47:19 -02:00
NEWS NEWS: add items for kmod 23 2016-06-28 15:28:47 -03:00
README README: add link to patchwork 2016-05-24 11:45:25 -03:00
README.md Add README.md file with build details 2015-06-11 14:45:50 -03:00
TODO Update TODO 2015-03-01 14:16:59 -03:00

kmod - Linux kernel module handling

Build Status
Coverity Scan Status

This is a mirror only. Please see README file for more information.