Home
last modified time | relevance | path

Searched refs:DEPMOD (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/scripts/
Ddepmod.sh13 : ${DEPMOD:=depmod}
22 if [ -z $(command -v $DEPMOD) ]; then
23 echo "Warning: 'make modules_install' requires $DEPMOD. Please install it." >&2
32 exec "$DEPMOD" "$@" "$KERNELRELEASE"
DMakefile.modinst134 quiet_cmd_depmod = DEPMOD $(MODLIB)
/linux-6.12.1/scripts/package/
Dkernel.spec61 %{make} %{makeflags} INSTALL_MOD_PATH=%{buildroot} DEPMOD=true modules_install
DPKGBUILD71 DEPMOD=true modules_install
/linux-6.12.1/Documentation/kbuild/
Dmakefiles.rst691 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \