switched from fitpc/atom to prime/linux
Also removed a few old things that had nothing reasonable to be changed
to.
diff --git a/vision/vision.gyp b/vision/vision.gyp
index df27045..81e5562 100644
--- a/vision/vision.gyp
+++ b/vision/vision.gyp
@@ -11,12 +11,12 @@
'JPEGRoutines.cpp',
],
'dependencies': [
- '<(AOS)/atom_code/atom_code.gyp:init',
+ '<(AOS)/linux_code/linux_code.gyp:init',
'<(AOS)/common/common.gyp:time',
'<(EXTERNALS):libevent',
'<(EXTERNALS):libjpeg',
'<(EXTERNALS):opencv',
- '<(AOS)/atom_code/camera/camera.gyp:buffers',
+ '<(AOS)/linux_code/camera/camera.gyp:buffers',
'<(DEPTH)/frc971/queues/queues.gyp:queues',
],
},
@@ -28,7 +28,7 @@
'SensorProcessor.cpp',
],
'dependencies': [
- '<(AOS)/atom_code/atom_code.gyp:init',
+ '<(AOS)/linux_code/linux_code.gyp:init',
'<(AOS)/common/common.gyp:time',
'<(DEPTH)/frc971/queues/queues.gyp:queues',
'<(AOS)/build/aos.gyp:logging',