On Wed, Oct 2, 2019 at 3:03 PM Andrii Nakryiko <andriin@xxxxxx> wrote: > > Move bpf_helpers.h, bpf_tracing.h, and bpf_endian.h into libbpf. Ensure > they are installed along the other libbpf headers. Also, adjust > selftests and samples include path to include libbpf now. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx> > --- > samples/bpf/Makefile | 2 +- > tools/lib/bpf/Makefile | 5 ++++- > tools/{testing/selftests => lib}/bpf/bpf_endian.h | 0 > tools/{testing/selftests => lib}/bpf/bpf_helpers.h | 0 > tools/{testing/selftests => lib}/bpf/bpf_tracing.h | 0 > tools/testing/selftests/bpf/Makefile | 2 +- > 6 files changed, 6 insertions(+), 3 deletions(-) > rename tools/{testing/selftests => lib}/bpf/bpf_endian.h (100%) > rename tools/{testing/selftests => lib}/bpf/bpf_helpers.h (100%) > rename tools/{testing/selftests => lib}/bpf/bpf_tracing.h (100%) ^^^^^ nice! :)