move clocksd to system/ (#24761)

old-commit-hash: ca682b389d75f433d28063c8d774460df0c0fa83
This commit is contained in:
Adeeb Shihadeh
2022-06-06 13:27:45 -07:00
committed by GitHub
parent 33136c3f89
commit b249f40f0c
6 changed files with 8 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
Import('env', 'common', 'cereal', 'messaging')
env.Program('clocksd.cc', LIBS=[common, cereal, messaging, 'capnp', 'zmq', 'kj'])