]> Git Repo - qemu.git/blob - linux-user/mips/meson.build
Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200819-pull-request'...
[qemu.git] / linux-user / mips / meson.build
1 syscall_nr_generators += {
2   'mips': generator(sh,
3                     arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@',
4                                  '', '4000' ],
5                     output: '@BASENAME@_nr.h')
6 }
This page took 0.024317 seconds and 4 git commands to generate.