Thomas Huth | 2296b46 | 2022-06-22 16:03:28 +0200 | [diff] [blame] | 1 | if not have_user |
2 | subdir_done() | ||||
3 | endif | ||||
4 | |||||
Richard Henderson | bbf15aa | 2021-11-17 16:14:00 +0100 | [diff] [blame] | 5 | common_user_inc += include_directories('host/' / host_arch) |
6 | |||||
Paolo Bonzini | 9d24fb7 | 2021-12-21 16:09:54 +0100 | [diff] [blame] | 7 | user_ss.add(files( |
Richard Henderson | bbf15aa | 2021-11-17 16:14:00 +0100 | [diff] [blame] | 8 | 'safe-syscall.S', |
9 | 'safe-syscall-error.c', | ||||
10 | )) |