]> git.ipfire.org Git - thirdparty/kmod.git/commit
depmod: Add option to override MODULE_DIRECTORY
authorMichal Suchanek <msuchanek@suse.de>
Wed, 4 Sep 2024 06:54:06 +0000 (08:54 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 10 Sep 2024 18:25:46 +0000 (13:25 -0500)
commitc36ddb62c8ee9045b84be70cc6dc0b6f931e3291
treea3993fc3c4063070f6c19d8b0b152ca2dba6266e
parentaf54b73a80e8ea404f660dd58a61f61b491c7db8
depmod: Add option to override MODULE_DIRECTORY

This a compile time option. When building modules for a different system
that uses a different value of this option it is useful to be able to
override it without rebuilding kmod.

Closes: https://github.com/kmod-project/kmod/issues/85
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Link: https://github.com/kmod-project/kmod/pull/100
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
man/depmod.8.scd
tools/depmod.c
tools/kmod.pc.in