Re: [PATCH bpf] selftests/bpf: put test_stub.o into $(OUTPUT)

2019-07-15 Thread Daniel Borkmann
On 7/12/19 3:59 PM, Ilya Leoshkevich wrote: > Add a rule to put test_stub.o in $(OUTPUT) and change the references to > it accordingly. This prevents test_stub.o from being created in the > source directory. > > Signed-off-by: Ilya Leoshkevich Applied, thanks!

Re: [PATCH bpf] selftests/bpf: put test_stub.o into $(OUTPUT)

2019-07-12 Thread Andrii Nakryiko
On Fri, Jul 12, 2019 at 7:00 AM Ilya Leoshkevich wrote: > > Add a rule to put test_stub.o in $(OUTPUT) and change the references to > it accordingly. This prevents test_stub.o from being created in the > source directory. > > Signed-off-by: Ilya Leoshkevich > --- Makes sense. Acked-by: Andrii N

[PATCH bpf] selftests/bpf: put test_stub.o into $(OUTPUT)

2019-07-12 Thread Ilya Leoshkevich
Add a rule to put test_stub.o in $(OUTPUT) and change the references to it accordingly. This prevents test_stub.o from being created in the source directory. Signed-off-by: Ilya Leoshkevich --- tools/testing/selftests/bpf/Makefile | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) dif