selfdrive/clocksd

old-commit-hash: 978e0eb986
This commit is contained in:
George Hotz
2020-01-17 10:57:08 -08:00
parent 6466776773
commit c03b24c7a2
3 changed files with 75 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
Import('env', 'common', 'messaging')
env.Program('clocksd.cc', LIBS=['diag', 'time_genoff', common, messaging, 'capnp', 'zmq', 'kj'])