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 <[email protected]> Tested-by: Namhyung Kim <[email protected]> Cc: James Clark <[email protected]> Cc: Nick Terrell <[email protected]> Cc: Patrice Duroux <[email protected]> Cc: Nick Desaulniers <[email protected]> Cc: Andrii Nakryiko <[email protected]> Cc: Nathan Chancellor <[email protected]> Cc: Kajol Jain <[email protected]> Cc: Athira Rajeev <[email protected]> Cc: Tiezhu Yang <[email protected]> Cc: Tom Rix <[email protected]> Cc: [email protected] Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]>
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)