summaryrefslogtreecommitdiffstats
path: root/samples/bpf/Makefile
diff options
context:
space:
mode:
authorWilliam Tu2018-04-26 23:01:40 +0200
committerDaniel Borkmann2018-04-27 00:11:15 +0200
commitb05cd74043236e7427a71fc7c59deee4588a7c91 (patch)
tree25452421c187400bbf655d09425bd64e1f5a739f /samples/bpf/Makefile
parentselftests/bpf: bpf tunnel test. (diff)
downloadkernel-qcow2-linux-b05cd74043236e7427a71fc7c59deee4588a7c91.tar.gz
kernel-qcow2-linux-b05cd74043236e7427a71fc7c59deee4588a7c91.tar.xz
kernel-qcow2-linux-b05cd74043236e7427a71fc7c59deee4588a7c91.zip
samples/bpf: remove the bpf tunnel testsuite.
Move the testsuite to selftests/bpf/{test_tunnel_kern.c, test_tunnel.sh} Signed-off-by: William Tu <u9012063@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'samples/bpf/Makefile')
-rw-r--r--samples/bpf/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/bpf/Makefile b/samples/bpf/Makefile
index aa8c392e2e52..b853581592fd 100644
--- a/samples/bpf/Makefile
+++ b/samples/bpf/Makefile
@@ -114,7 +114,6 @@ always += sock_flags_kern.o
always += test_probe_write_user_kern.o
always += trace_output_kern.o
always += tcbpf1_kern.o
-always += tcbpf2_kern.o
always += tc_l2_redirect_kern.o
always += lathist_kern.o
always += offwaketime_kern.o