Skip to content

Commit 04660b1

Browse files
jameshilliardyuwata
authored andcommitted
meson: use full argument names for bpftool gen commands
This should be a purely cosmetic change.
1 parent 9d67fb0 commit 04660b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/core/bpf/meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ bpf_o_unstripped_cmd += [
6868
if bpftool_strip
6969
bpf_o_cmd = [
7070
bpftool,
71-
'g',
72-
'o',
71+
'gen',
72+
'object',
7373
'@OUTPUT@',
7474
'@INPUT@'
7575
]
@@ -85,7 +85,7 @@ endif
8585

8686
skel_h_cmd = [
8787
bpftool,
88-
'g',
89-
's',
88+
'gen',
89+
'skeleton',
9090
'@INPUT@'
9191
]

0 commit comments

Comments
 (0)