Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/scripts/package/
Dbuilddeb94 INSTALL_MOD_PATH="$tmpdir" $MAKE KBUILD_SRC= modules_install
116 INSTALL_MOD_PATH="$tmpdir" $MAKE KBUILD_SRC= modules_sign
Dbuildtar60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
Dmkspec92 $M make %{?_smp_mflags} INSTALL_MOD_PATH=%{buildroot} KBUILD_SRC= modules_install
/Linux-v4.19/Documentation/kbuild/
Dkbuild.txt156 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
160 INSTALL_MOD_PATH
162 INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
Dmodules.txt23 --- 5.1 INSTALL_MOD_PATH
125 be added with INSTALL_MOD_PATH (discussed in section 5).
399 --- 5.1 INSTALL_MOD_PATH
403 installation path using the variable INSTALL_MOD_PATH:
405 $ make INSTALL_MOD_PATH=/frodo modules_install
408 INSTALL_MOD_PATH may be set as an ordinary shell variable or,
Dmakefiles.txt1364 INSTALL_MOD_PATH, MODLIB
1366 $(INSTALL_MOD_PATH) specifies a prefix to $(MODLIB) for module
1372 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE). The user may
/Linux-v4.19/
DMakefile894 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
/Linux-v4.19/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt359 make modules_install INSTALL_MOD_PATH=`pwd`/mnt ARCH=um