mirror of https://gitee.com/openkylin/qemu.git
7 lines
265 B
Meson
7 lines
265 B
Meson
![]() |
syscall_nr_generators += {
|
||
|
'mips': generator(sh,
|
||
|
arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@',
|
||
|
'', '4000' ],
|
||
|
output: '@BASENAME@_nr.h')
|
||
|
}
|