diff options
author | Alexey Budankov <[email protected]> | 2019-03-18 20:39:49 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-04-01 15:18:10 -0300 |
commit | 3b1c5d9659718263c7f9c93af82f98221c58f171 (patch) | |
tree | dfc88dc1aa8d485b02042eed1e3d5be7a0223222 /tools/perf/scripts/python/netdev-times.py | |
parent | c9bd7796959a8b92afe79c392dd54992bfc67328 (diff) |
tools build: Implement libzstd feature check, LIBZSTD_DIR and NO_LIBZSTD defines
Implement libzstd feature check, NO_LIBZSTD and LIBZSTD_DIR defines to
override Zstd library sources or disable the feature from the command
line:
$ make -C tools/perf LIBZSTD_DIR=/path/to/zstd/sources/ clean all
$ make -C tools/perf NO_LIBZSTD=1 clean all
Auto detection feature status is reported just before compilation
starts. If your system has some version of the zstd library
preinstalled then the build system finds and uses it during the build.
If you still prefer to compile with some other version of zstd library
you have capability to refer the compilation to that version using
LIBZSTD_DIR define.
Signed-off-by: Alexey Budankov <[email protected]>
Reviewed-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions