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

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

6 lines
223 B
Meson
Raw Normal View History

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