diff options
author | Ivan Khoronzhuk <[email protected]> | 2019-10-11 03:27:55 +0300 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2019-10-12 16:08:59 -0700 |
commit | 39e0c3649f2ef5fc1beac4f6cc5f5f9ddb1885a9 (patch) | |
tree | 06b51285f86b29665b5833966165f64b0026f73c /tools/perf/scripts/python/net_dropmonitor.py | |
parent | cdd5b2d1fc86f8dda383d4f0b4ac9b533539e76a (diff) |
samples/bpf: Fix cookie_uid_helper_example obj build
Don't list userspace "cookie_uid_helper_example" object in list for
bpf objects.
'always' target is used for listing bpf programs, but
'cookie_uid_helper_example.o' is a user space ELF file, and covered
by rule `per_socket_stats_example`, so shouldn't be in 'always'.
Let us remove `always += cookie_uid_helper_example.o`, which avoids
breaking cross compilation due to mismatched includes.
Signed-off-by: Ivan Khoronzhuk <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions