OSDN Git Service

Merge branch 'selftests-bpf-Makefile-cleanup'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 12 Oct 2019 23:15:10 +0000 (16:15 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 12 Oct 2019 23:15:15 +0000 (16:15 -0700)
commitb8fc345d6b5d661e1125bd6a0e30b6fabf1a076e
tree00f3a2806fdf45d942b8f529f13d2ccdbe1c0ad1
parentc2383d398ed97390cdcc3042cfe724ea39188c99
parent598dc04fa0f131371cb120f2bf4e594f42f00057
Merge branch 'selftests-bpf-Makefile-cleanup'

Andrii Nakryiko says:

====================
Patch #1 enforces libbpf build to have bpf_helper_defs.h ready before test BPF
programs are built.
Patch #2 drops obsolete BTF/pahole detection logic from Makefile.

v1->v2:
- drop CPU and PROBE (Martin).
====================

Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>