commit | 8436e38cb221fb329d61315d814f5887610e6c72 | [log] [tgz] |
---|---|---|
author | Siva Chandra Reddy <sivachandra@google.com> | Wed Mar 18 12:47:30 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Aug 30 14:14:38 2020 -0700 |
tree | 1d6e1d2e135f5628dfc814d862cc4d867f5c971b | |
parent | 03e1573fb04862808e3cdbf94e942fd071005f8f [diff] |
[libc] Add a missing deps to the linux syscalls target. Submitted as obvious. GitOrigin-RevId: 4e8830830ee475559459427387f1dc765b660a07
diff --git a/config/linux/CMakeLists.txt b/config/linux/CMakeLists.txt index 86b178a..91135be 100644 --- a/config/linux/CMakeLists.txt +++ b/config/linux/CMakeLists.txt
@@ -6,6 +6,8 @@ inline_syscalls=${LIBC_TARGET_MACHINE}/syscall.h.inc DATA_FILES ${LIBC_TARGET_MACHINE}/syscall.h.inc + DEPENDS + support_common_h ) add_subdirectory(x86_64)