Files
StarPilot/selfdrive/hardware/eon/SConscript
T
Adeeb Shihadeh 358067325e diag logging (#21360)
* rat

* log max power

* cloudlog

* no print

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 1da3ab42dc9cc87a9477d5b2d74165ec826f0a53
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'])