diff options
author | David Carrillo-Cisneros <[email protected]> | 2017-07-18 18:18:37 -0700 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-07-25 11:23:51 -0300 |
commit | cb281fea4b0a326d2a2104f8ffae2b6895c561fd (patch) | |
tree | 9c2b14de59a7fcc7289487a85788d999eda3be8b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | cd8dd032f61abeb08d2c03bab4968a9de231a1be (diff) |
perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefile
The goal is to allow users to override linking of libraries that
were automatically added to PERFLIBS.
EXCLUDE_EXTLIBS contains linker flags to be removed from LIBS
while EXTRA_PERFLIBS contains linker flags to be added.
My use case is to force certain library to be build statically,
e.g. for libelf:
EXCLUDE_EXTLIBS=-lelf EXTRA_PERFLIBS=path/libelf.a
Signed-off-by: David Carrillo-Cisneros <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Elena Reshetova <[email protected]>
Cc: Kees Kook <[email protected]>
Cc: Paul Turner <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Sudeep Holla <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions