On Thu, Oct 10, 2019 at 08:13:17PM -0700, Andrii Nakryiko wrote: > Given BPF programs rely on libbpf's bpf_helper_defs.h, which is > auto-generated during libbpf build, libbpf build has to happen before > we attempt progs/*.c build. Enforce it as order-only dependency. Acked-by: Martin KaFai Lau <kafai@xxxxxx>