summaryrefslogtreecommitdiff
path: root/init/do_mounts.c
diff options
context:
space:
mode:
authorQuentin Monnet <quentin.monnet@netronome.com>2019-08-30 14:00:40 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2019-08-31 01:38:16 +0300
commit5b84ad2e89215835ea6476ba05295e849b30886b (patch)
treed18f4c8800bdbcb680f5c04100ff10e7d1c25c1d /init/do_mounts.c
parentfbdb620b7c674928a5713dbad9b07252ff929d0a (diff)
downloadlinux-5b84ad2e89215835ea6476ba05295e849b30886b.tar.xz
tools: bpftool: do not link twice against libbpf.a in Makefile
In bpftool's Makefile, $(LIBS) includes $(LIBBPF), therefore the library is used twice in the linking command. No need to have $(LIBBPF) (from $^) on that command, let's do with "$(OBJS) $(LIBS)" (but move $(LIBBPF) _before_ the -l flags in $(LIBS)). Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'init/do_mounts.c')
0 files changed, 0 insertions, 0 deletions