aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm/meson.build
blob: 432984b58e01bebbfaf65e6a0a61840bdd963b59 (plain)
1
2
3
4
5
6
7
8
9
10
linux_user_ss.add(when: 'TARGET_AARCH64', if_true: files('semihost.c'))
linux_user_ss.add(when: 'TARGET_ARM', if_true: files('semihost.c'))

subdir('nwfpe')

syscall_nr_generators += {
  'arm': generator(sh,
                   arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],
                   output: '@BASENAME@_nr.h')
}