openpilot/selfdrive/clocksd/SConscript

2 lines
133 B
Python

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