commit | f83a46d4711e789642033eb00fed8e017e34fe7d | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Fri Jul 12 15:59:50 2019 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Jul 15 23:10:46 2019 +0200 |
tree | 832b38b69901e90111cb961648ff30a850dca3a2 | |
parent | e46fc22e60a410d896448835adca95aa3332d25d [diff] |
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>