Re: [PATCH 6/9] bpf: Compile bpfwl tool at kernel compilation start

2020-05-15 Thread Jiri Olsa
On Thu, May 14, 2020 at 03:38:57PM -0700, Andrii Nakryiko wrote: > On Wed, May 6, 2020 at 6:31 AM Jiri Olsa wrote: > > > > The bpfwl tool will be used during the vmlinux linking, > > so it's necessary it's ready. > > > > Signed-off-by: Jiri Olsa > > --- > > Makefile | 21 ++

Re: [PATCH 6/9] bpf: Compile bpfwl tool at kernel compilation start

2020-05-14 Thread Andrii Nakryiko
On Wed, May 6, 2020 at 6:31 AM Jiri Olsa wrote: > > The bpfwl tool will be used during the vmlinux linking, > so it's necessary it's ready. > > Signed-off-by: Jiri Olsa > --- > Makefile | 21 + > tools/Makefile | 3 +++ > tools/bpf/Makefile | 5 - > 3 file