diff options
author | Yonghong Song <yhs@fb.com> | 2018-09-06 02:58:04 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2018-09-07 08:34:08 +0300 |
commit | f7010770fbac47b1fc9fb723b1d2019eb23c04f2 (patch) | |
tree | 4c58b2106198e64b4712fc3d27a6dcc5ba5b87a7 /tools/lib/bpf/Build | |
parent | 52b7b7843d9523ebc3c60c51c7afc4a45cc10aad (diff) | |
download | linux-f7010770fbac47b1fc9fb723b1d2019eb23c04f2.tar.xz |
tools/bpf: move bpf/lib netlink related functions into a new file
There are no functionality change for this patch.
In the subsequent patches, more netlink related library functions
will be added and a separate file is better than cluttering bpf.c.
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/lib/bpf/Build')
-rw-r--r-- | tools/lib/bpf/Build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/Build b/tools/lib/bpf/Build index 13a861135127..512b2c0ba0d2 100644 --- a/tools/lib/bpf/Build +++ b/tools/lib/bpf/Build @@ -1 +1 @@ -libbpf-y := libbpf.o bpf.o nlattr.o btf.o libbpf_errno.o +libbpf-y := libbpf.o bpf.o nlattr.o btf.o libbpf_errno.o netlink.o |