commit | 45e587b5e8e5f24dd2393f96546b604a38612249 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Wed Oct 23 08:31:28 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Oct 23 10:09:48 2019 -0700 |
tree | 4da08bbd67b8332bd40ad2f28202b96e2dd035a7 | |
parent | 9bc6384b364407381cc24c2150d13dd29f5bfdd2 [diff] |
selftests/bpf: Fix LDLIBS order Order of $(LDLIBS) matters to linker, so put it after all the .o and .a files. Fixes: 74b5a5968fe8 ("selftests/bpf: Replace test_progs and test_maps w/ general rule") Reported-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20191023153128.3486140-1-andriin@fb.com