Home
last modified time | relevance | path

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

/linux/scripts/
A Ddepmod.sh39 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE"
45 if test -n "$INSTALL_MOD_PATH"; then
46 set -- "$@" -b "$INSTALL_MOD_PATH"
/linux/scripts/package/
A Dbuilddeb160 INSTALL_MOD_PATH="$tmpdir" $MAKE -f $srctree/Makefile modules_install
181 INSTALL_MOD_PATH="$tmpdir" $MAKE -f $srctree/Makefile modules_sign
A Dbuildtar76 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
A Dmkspec93 $M $MAKE %{?_smp_mflags} INSTALL_MOD_PATH=%{buildroot} modules_install
/linux/Documentation/kbuild/
A 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,
A 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
A Dmakefiles.rst1608 INSTALL_MOD_PATH, MODLIB
1609 $(INSTALL_MOD_PATH) specifies a prefix to $(MODLIB) for module
1615 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE). The user may
/linux/
A DMakefile1085 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
/linux/Documentation/virt/uml/
A Duser_mode_linux_howto_v2.rst182 # make INSTALL_MOD_PATH=/mnt/lib/modules modules_install

Completed in 15 milliseconds