repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target/arm: Use tcg_constant_i32() in op_smlad()
[qemu/rayw.git]
/
bsd-user
/
meson.build
blob
87885d91edc08596388c8e111a09ad4210b89757
1
if not have_bsd_user
2
subdir_done()
3
endif
4
5
bsd_user_ss.add(files(
6
'bsdload.c',
7
'elfload.c',
8
'main.c',
9
'mmap.c',
10
'signal.c',
11
'strace.c',
12
'syscall.c',
13
'uaccess.c',
14
))
15
16
# Pull in the OS-specific build glue, if any
17
subdir(targetos)