summaryrefslogblamecommitdiffstats
path: root/common-user/meson.build
blob: ac9de5b9e3f58c25573d51238af90d00e4aabe0d (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                

                                                           
                  


                         
if not have_user
   subdir_done()
endif

common_user_inc += include_directories('host/' / host_arch)

user_ss.add(files(
  'safe-syscall.S',
  'safe-syscall-error.c',
))