root commit

old-commit-hash: 6c33a5c1f3
This commit is contained in:
George Hotz
2020-01-17 10:02:52 -08:00
parent 7a15aae6dc
commit 81dd5a50cf
2160 changed files with 0 additions and 165267 deletions
-25
View File
@@ -1,25 +0,0 @@
Import('env', 'common', 'messaging')
loc_objs = [
"locationd_yawrate.cc",
"params_learner.cc",
"paramsd.cc"]
loc_libs = [messaging, 'zmq', common, 'capnp', 'kj', 'json', 'json11', 'pthread']
env.Program("paramsd", loc_objs, LIBS=loc_libs)
env.SharedLibrary("locationd", loc_objs, LIBS=loc_libs)
env.Program("ubloxd", [
"ubloxd.cc",
"ublox_msg.cc",
"ubloxd_main.cc"],
LIBS=loc_libs)
env.Program("ubloxd_test", [
"ubloxd_test.cc",
"ublox_msg.cc",
"ubloxd_main.cc"],
LIBS=loc_libs)