diff options
author | Quentin Monnet <[email protected]> | 2019-08-30 12:00:40 +0100 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2019-08-31 00:38:16 +0200 |
commit | 5b84ad2e89215835ea6476ba05295e849b30886b (patch) | |
tree | d18f4c8800bdbcb680f5c04100ff10e7d1c25c1d /tools/perf/scripts/python/stat-cpi.py | |
parent | fbdb620b7c674928a5713dbad9b07252ff929d0a (diff) |
tools: bpftool: do not link twice against libbpf.a in Makefile
In bpftool's Makefile, $(LIBS) includes $(LIBBPF), therefore the library
is used twice in the linking command. No need to have $(LIBBPF) (from
$^) on that command, let's do with "$(OBJS) $(LIBS)" (but move $(LIBBPF)
_before_ the -l flags in $(LIBS)).
Signed-off-by: Ilya Leoshkevich <[email protected]>
Signed-off-by: Quentin Monnet <[email protected]>
Reviewed-by: Jakub Kicinski <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions