mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 16:26:10 +08:00
Ubloxd cleanup (#20637)
* clean out locationd/test * get rid of ubloxd_main * remove ubloxd_test.cc * less includes old-commit-hash: 4dd4b1214061ebade872e7de73fce1800a9b74ca
This commit is contained in:
@@ -2,7 +2,4 @@ Import('env', 'common', 'cereal', 'messaging')
|
||||
|
||||
loc_libs = [cereal, messaging, 'zmq', common, 'capnp', 'kj', 'pthread']
|
||||
|
||||
env.Program("ubloxd", ["ubloxd.cc", "ublox_msg.cc", "ubloxd_main.cc"], LIBS=loc_libs)
|
||||
|
||||
if GetOption("test"):
|
||||
env.Program("ubloxd_test", ["ubloxd_test.cc", "ublox_msg.cc", "ubloxd_main.cc"], LIBS=loc_libs)
|
||||
env.Program("ubloxd", ["ubloxd.cc", "ublox_msg.cc"], LIBS=loc_libs)
|
||||
|
||||
Reference in New Issue
Block a user