aboutsummaryrefslogtreecommitdiff
path: root/linux-user/x86_64/meson.build
blob: 8c60da7a6087b41d1742fe48e9798e06b55fd30e (plain)
1
2
3
4
5
6
7
8
9
syscall_nr_generators += {
  'x86_64': generator(sh,
                      arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],
                      output: '@BASENAME@_nr.h')
}

vdso_inc = gen_vdso.process('vdso.so')

linux_user_ss.add(when: 'TARGET_X86_64', if_true: vdso_inc)