Home
last modified time | relevance | path

Searched refs:install_dir (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/
H A Dkselftest_install.sh12 install_dir="$base_dir"/kselftest_install
22 echo "$0: Installing in default location - $install_dir ..."
27 install_dir="$1"
28 echo "$0: Installing in specified location - $install_dir ..."
32 KSFT_INSTALL_PATH="$install_dir" make install
H A Dgen_kselftest_tar.sh45 install_dir="$install_work"/"$install_name"
46 mkdir -p "$install_dir"
50 ./kselftest_install.sh "$install_dir"
/linux/scripts/
H A Dcheck-uapi.sh197 local -r install_dir="$(get_header_tree "$ref")"
198 make -j "$MAX_THREADS" ARCH="$ARCH" INSTALL_HDR_PATH="$install_dir" \