hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
[qemu/ar7.git] / linux-user / arm / meson.build
blob432984b58e01bebbfaf65e6a0a61840bdd963b59
1 linux_user_ss.add(when: 'TARGET_AARCH64', if_true: files('semihost.c'))
2 linux_user_ss.add(when: 'TARGET_ARM', if_true: files('semihost.c'))
4 subdir('nwfpe')
6 syscall_nr_generators += {
7   'arm': generator(sh,
8                    arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],
9                    output: '@BASENAME@_nr.h')