diff options
author | Guillaume Tucker <guillaume.tucker@collabora.com> | 2022-07-08 17:23:30 +0100 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-07-11 17:23:42 -0600 |
commit | 67bd292cd281be2216cd269c161be31cd3ccf196 (patch) | |
tree | efa0d1cecf6cf3174dd5cdd56d6f30ae9f0b2b42 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | |
parent | 49de12ba06efcba76332054379830f9d04541492 (diff) |
Makefile: add headers_install to kselftest targets
Add headers_install as a dependency to kselftest targets so that they
can be run directly from the top of the tree. The kselftest Makefile
used to try to call headers_install "backwards" but failed due to the
relative path not being consistent.
Now we can either run this directly:
$ make O=build kselftest-all
or this:
$ make O=build headers_install
$ make O=build -C tools/testing/selftest all
The same commands work as well when building directly in the source
tree (no O=) or any arbitrary path (relative or absolute).
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Tested-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
0 files changed, 0 insertions, 0 deletions