Files
xemu/linux-user/mips64/meson.build
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
290 B
Meson
Raw Normal View History

2019-08-18 16:13:08 +04:00
syscall_nr_generators += {
'mips64': generator(sh,
arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@',
'', 'TARGET_SYSCALL_OFFSET' ],
output: '@BASENAME@_nr.h')
}