Files
sunnypilot/selfdrive/clocksd/SConscript
George Hotz c03b24c7a2 selfdrive/clocksd
old-commit-hash: 978e0eb986
2020-01-17 10:57:08 -08:00

2 lines
133 B
Python

Import('env', 'common', 'messaging')
env.Program('clocksd.cc', LIBS=['diag', 'time_genoff', common, messaging, 'capnp', 'zmq', 'kj'])