diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index af9a006563..e3a33244fd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -519,6 +519,10 @@ option('analyze', type: 'boolean', value: true, description : 'install systemd-analyze') option('bpf-compiler', type : 'combo', choices : ['clang', 'gcc'], - description: 'compiler used to build BPF programs') + description : 'compiler used to build BPF programs') option('bpf-framework', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' }, - description: 'build BPF programs from source code in restricted C') + description : 'build BPF programs from source code in restricted C') +option('vmlinux-h', type : 'combo', choices : ['auto', 'provided', 'generated', 'disabled'], + description : 'which vmlinux.h to use') +option('vmlinux-h-path', type : 'string', value : '', + description : 'path to vmlinux.h to use') |