summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/lib.mk
diff options
context:
space:
mode:
authorShuah Khan2019-05-08 01:44:21 +0200
committerShuah Khan2019-05-09 17:48:47 +0200
commitc3c599281f2b9915200fe0390afe1ae7aca69feb (patch)
treec98d393a19be6036cc3d7d208339abc872d7f61d /tools/testing/selftests/lib.mk
parentrseq/selftests: add -no-integrated-as for clang (diff)
downloadkernel-qcow2-linux-c3c599281f2b9915200fe0390afe1ae7aca69feb.tar.gz
kernel-qcow2-linux-c3c599281f2b9915200fe0390afe1ae7aca69feb.tar.xz
kernel-qcow2-linux-c3c599281f2b9915200fe0390afe1ae7aca69feb.zip
selftests: fix install target to use default install path
Install target fails when INSTALL_PATH is undefined. Fix install target to use "output_dir/install as the default install location. "output_dir" is either the root of selftests directory under kernel source tree or output directory specified by O= or KBUILD_OUTPUT. e.g: make -C tools/testing/selftests install <installs under tools/testing/selftests/install> make O=/tmp/kselftest -C tools/testing/selftests install <installs under /tmp/kselftest/install> export KBUILD_OUTPUT=/tmp/kselftest make -C tools/testing/selftests install <installs under /tmp/kselftest/install> In addition, add "all" target as dependency to "install" to build and install using a single command. Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/lib.mk')
0 files changed, 0 insertions, 0 deletions