[libc] Add a missing deps to the linux syscalls target.

Submitted as obvious.
This commit is contained in:
Siva Chandra Reddy 2020-03-18 12:47:30 -07:00
parent ebec984e14
commit 4e8830830e
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ add_gen_header(
inline_syscalls=${LIBC_TARGET_MACHINE}/syscall.h.inc
DATA_FILES
${LIBC_TARGET_MACHINE}/syscall.h.inc
DEPENDS
support_common_h
)
add_subdirectory(x86_64)