Files
dragonpilot/selfdrive/hardware/eon/SConscript

6 lines
186 B
Python
Raw Normal View History

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'])