Searched refs:install_dir (Results 1 – 3 of 3) sorted by relevance
12 install_dir="$base_dir"/kselftest_install22 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
45 install_dir="$install_work"/"$install_name"46 mkdir -p "$install_dir"50 ./kselftest_install.sh "$install_dir"
197 local -r install_dir="$(get_header_tree "$ref")"198 make -j "$MAX_THREADS" ARCH="$ARCH" INSTALL_HDR_PATH="$install_dir" \