commit | 2e33efe32e019328916ce653dc1265d637261993 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Fri Jun 19 16:16:55 2020 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Mon Jun 22 17:01:48 2020 -0700 |
tree | 703423b1afa8402526fd6dceb3b09bf5a8455fe1 | |
parent | 1bdb6c9a1c43fdf9b83b2331dfc6229bd2e71d9b [diff] |
libbpf: Generalize libbpf externs support Switch existing Kconfig externs to be just one of few possible kinds of more generic externs. This refactoring is in preparation for ksymbol extern support, added in the follow up patch. There are no functional changes intended. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Reviewed-by: Hao Luo <haoluo@google.com> Link: https://lore.kernel.org/bpf/20200619231703.738941-2-andriin@fb.com