aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/Build
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2018-09-05 16:58:04 -0700
committerAlexei Starovoitov <ast@kernel.org>2018-09-06 22:34:08 -0700
commitf7010770fbac47b1fc9fb723b1d2019eb23c04f2 (patch)
tree4c58b2106198e64b4712fc3d27a6dcc5ba5b87a7 /tools/lib/bpf/Build
parenttools/bpf: sync kernel uapi header if_link.h to tools (diff)
downloadlinux-dev-f7010770fbac47b1fc9fb723b1d2019eb23c04f2.tar.xz
linux-dev-f7010770fbac47b1fc9fb723b1d2019eb23c04f2.zip
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 '')
-rw-r--r--tools/lib/bpf/Build2
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