Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
14 lines
230 B
Meson
14 lines
230 B
Meson
if not have_user
|
|
subdir_done()
|
|
endif
|
|
|
|
common_user_inc += include_directories('host/' / host_arch)
|
|
|
|
user_ss.add(files(
|
|
'mmap-min-addr.c',
|
|
'probe-guest-base.c',
|
|
'safe-syscall.S',
|
|
'safe-syscall-error.c',
|
|
'selfmap.c',
|
|
))
|