Merge tag 'pull-lu-20240526' of https://gitlab.com/rth7680/qemu into staging
[qemu/armbru.git] / common-user / meson.build
blobac9de5b9e3f58c25573d51238af90d00e4aabe0d
1 if not have_user
2    subdir_done()
3 endif
5 common_user_inc += include_directories('host/' / host_arch)
7 user_ss.add(files(
8   'safe-syscall.S',
9   'safe-syscall-error.c',