1syscall_nr_generators += { 2 'x86_64': generator(sh, 3 arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ], 4 output: '@BASENAME@_nr.h') 5} 6 7vdso_inc = gen_vdso.process('vdso.so') 8 9linux_user_ss.add(when: 'TARGET_X86_64', if_true: vdso_inc) 10