git://git.jankratochvil.net
/
lldb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[libc] Add a missing deps to the linux syscalls target.
[lldb.git]
/
libc
/
config
/
linux
/
CMakeLists.txt
1
add_gen_header(
2
linux_syscall_h
3
DEF_FILE syscall.h.def
4
GEN_HDR syscall.h
5
PARAMS
6
inline_syscalls=${LIBC_TARGET_MACHINE}/syscall.h.inc
7
DATA_FILES
8
${LIBC_TARGET_MACHINE}/syscall.h.inc
9
DEPENDS
10
support_common_h
11
)
12
13
add_subdirectory(x86_64)