diff options
author | Roman Gushchin <guro@fb.com> | 2017-11-05 16:15:33 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-05 17:26:51 +0300 |
commit | 9d1f15941967cd80fc3baa3322751fab532f98a4 (patch) | |
tree | 70081990c86ba172aecb7b3ed9cab20d870e79ba /tools/testing/selftests/bpf/Makefile | |
parent | ebc614f687369f9df99828572b1d85a7c2de3d92 (diff) | |
download | linux-9d1f15941967cd80fc3baa3322751fab532f98a4.tar.xz |
bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/
The purpose of this move is to use these files in bpf tests.
Signed-off-by: Roman Gushchin <guro@fb.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/bpf/Makefile')
-rw-r--r-- | tools/testing/selftests/bpf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile index 4f0734aa6e93..9fbb02638198 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile @@ -23,7 +23,7 @@ TEST_PROGS := test_kmod.sh test_xdp_redirect.sh test_xdp_meta.sh include ../lib.mk -BPFOBJ := $(OUTPUT)/libbpf.a +BPFOBJ := $(OUTPUT)/libbpf.a $(OUTPUT)/cgroup_helpers.c $(TEST_GEN_PROGS): $(BPFOBJ) |