diff options
author | William Tu <u9012063@gmail.com> | 2018-04-26 14:01:40 -0700 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-04-27 00:11:15 +0200 |
commit | b05cd74043236e7427a71fc7c59deee4588a7c91 (patch) | |
tree | 25452421c187400bbf655d09425bd64e1f5a739f /samples/bpf/Makefile | |
parent | 933a741e3b8295b9192a07367ebc15cbb4bdf957 (diff) | |
download | linux-stable-b05cd74043236e7427a71fc7c59deee4588a7c91.tar.gz linux-stable-b05cd74043236e7427a71fc7c59deee4588a7c91.tar.bz2 linux-stable-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/Makefile | 1 |
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 |