Skip to content

Commit c67c631

Browse files
captain5050namhyung
authored andcommitted
perf test: Update build test for changed BPF skeleton defaults
Fix a target name and set BUILD_BPF_SKEL to 0 rather than 1. Signed-off-by: Ian Rogers <irogers@google.com> Tested-by: Namhyung Kim <namhyung@kernel.org> Cc: James Clark <james.clark@arm.com> Cc: Nick Terrell <terrelln@fb.com> Cc: Patrice Duroux <patrice.duroux@gmail.com> Cc: Nick Desaulniers <ndesaulniers@google.com> Cc: Andrii Nakryiko <andrii@kernel.org> Cc: Nathan Chancellor <nathan@kernel.org> Cc: Kajol Jain <kjain@linux.ibm.com> Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com> Cc: Tiezhu Yang <yangtiezhu@loongson.cn> Cc: Tom Rix <trix@redhat.com> Cc: llvm@lists.linux.dev Cc: bpf@vger.kernel.org Link: https://lore.kernel.org/r/20230914211948.814999-4-irogers@google.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
1 parent 9925495 commit c67c631

File tree

1 file changed

+3
-3
lines changed
  • tools/perf/tests

1 file changed

+3
-3
lines changed

tools/perf/tests/make

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ make_python_perf_so := $(python_perf_so)
7070
make_debug := DEBUG=1
7171
make_nondistro := BUILD_NONDISTRO=1
7272
make_extra_tests := EXTRA_TESTS=1
73-
make_bpf_skel := BUILD_BPF_SKEL=1
74-
make_gen_vmlinux_h := BUILD_BPF_SKEL=1 GEN_VMLINUX_H=1
73+
make_no_bpf_skel := BUILD_BPF_SKEL=0
74+
make_gen_vmlinux_h := GEN_VMLINUX_H=1
7575
make_no_libperl := NO_LIBPERL=1
7676
make_no_libpython := NO_LIBPYTHON=1
7777
make_no_scripts := NO_LIBPYTHON=1 NO_LIBPERL=1
@@ -138,7 +138,7 @@ endif
138138
run += make_python_perf_so
139139
run += make_debug
140140
run += make_nondistro
141-
run += make_build_bpf_skel
141+
run += make_no_bpf_skel
142142
run += make_gen_vmlinux_h
143143
run += make_no_libperl
144144
run += make_no_libpython

0 commit comments

Comments
 (0)