summaryrefslogblamecommitdiffstats
path: root/bsd-user/meson.build
blob: 87885d91edc08596388c8e111a09ad4210b89757 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14



                    









                      


                                            
if not have_bsd_user
   subdir_done()
endif

bsd_user_ss.add(files(
  'bsdload.c',
  'elfload.c',
  'main.c',
  'mmap.c',
  'signal.c',
  'strace.c',
  'syscall.c',
  'uaccess.c',
))

# Pull in the OS-specific build glue, if any
subdir(targetos)