selftests/bpf: put test_stub.o into $(OUTPUT)
authorIlya Leoshkevich <iii@linux.ibm.com>
Fri, 12 Jul 2019 13:59:50 +0000 (15:59 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 15 Jul 2019 21:10:46 +0000 (23:10 +0200)
commitf83a46d4711e789642033eb00fed8e017e34fe7d
tree832b38b69901e90111cb961648ff30a850dca3a2
parente46fc22e60a410d896448835adca95aa3332d25d
selftests/bpf: put test_stub.o into $(OUTPUT)

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 <iii@linux.ibm.com>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/Makefile