Home
last modified time | relevance | path

Searched refs:INSTALL_MOD_PATH (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/scripts/
Ddepmod.sh37 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE"
43 if test -n "$INSTALL_MOD_PATH"; then
44 set -- "$@" -b "$INSTALL_MOD_PATH"
/Linux-v5.10/scripts/package/
Dbuilddeb160 INSTALL_MOD_PATH="$tmpdir" $MAKE -f $srctree/Makefile modules_install
181 INSTALL_MOD_PATH="$tmpdir" $MAKE -f $srctree/Makefile modules_sign
Dbuildtar72 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
Dmkspec93 $M $MAKE %{?_smp_mflags} INSTALL_MOD_PATH=%{buildroot} modules_install
/Linux-v5.10/Documentation/kbuild/
Dkbuild.rst181 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
185 INSTALL_MOD_PATH section in Environment variables
187 INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
Dmodules.rst25 --- 5.1 INSTALL_MOD_PATH
132 be added with INSTALL_MOD_PATH (discussed in section 5).
422 5.1 INSTALL_MOD_PATH
427 installation path using the variable INSTALL_MOD_PATH::
429 $ make INSTALL_MOD_PATH=/frodo modules_install
432 INSTALL_MOD_PATH may be set as an ordinary shell variable or,
Dmakefiles.rst1573 INSTALL_MOD_PATH, MODLIB
1574 $(INSTALL_MOD_PATH) specifies a prefix to $(MODLIB) for module
1580 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE). The user may
/Linux-v5.10/
DMakefile1031 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)