Files
dragonpilot/selfdrive/hardware/eon/SConscript
Adeeb Shihadeh 1da3ab42dc diag logging (#21360)
* rat

* log max power

* cloudlog

* no print

Co-authored-by: Comma Device <device@comma.ai>
2021-06-23 23:53:22 -07:00

6 lines
186 B
Python

Import('env', 'common')
lenv = env.Clone()
lenv["CCFLAGS"] = [f for f in env["CCFLAGS"] if f != "-Wunused"]
lenv.Program('rat', ['rat.cc'], LIBS=[common, 'diag', 'time_genoff', 'zmq'])