diff options
author | Andrii Nakryiko <andriin@fb.com> | 2020-04-21 18:24:07 -0700 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-04-24 17:45:20 -0700 |
commit | dfc55ace9939e1e8703ad37ddbba41aaa31cc0cb (patch) | |
tree | 35163a31c5f64214a7eb414c1560c61d869c092a /tools/include/uapi | |
parent | 6f302bfb221470e712ce3e5911fb83cdca174387 (diff) | |
download | linux-dfc55ace9939e1e8703ad37ddbba41aaa31cc0cb.tar.bz2 |
tools/runqslower: Ensure own vmlinux.h is picked up first
Reorder include paths to ensure that runqslower sources are picking up
vmlinux.h, generated by runqslower's own Makefile. When runqslower is built
from selftests/bpf, due to current -I$(BPF_INCLUDE) -I$(OUTPUT) ordering, it
might pick up not-yet-complete vmlinux.h, generated by selftests Makefile,
which could lead to compilation errors like [0]. So ensure that -I$(OUTPUT)
goes first and rely on runqslower's Makefile own dependency chain to ensure
vmlinux.h is properly completed before source code relying on it is compiled.
[0] https://travis-ci.org/github/libbpf/libbpf/jobs/677905925
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200422012407.176303-1-andriin@fb.com
Diffstat (limited to 'tools/include/uapi')
0 files changed, 0 insertions, 0 deletions