mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 16:29:07 +08:00
Linux repo doesn't commit bpf_helper_defs.h, as it's re-generated on build every time. For Github projection, though, it's much nicer to have this header be pre-generated during sync and commited. This makes integration story easier for all the users that use libbpf as a submodule. Signed-off-by: Andrii Nakryiko <andriin@fb.com>