blob: 25b358c5fa6355733acff1c8a79db14ea605e0fb [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
4 'target_name': 'All',
5 'type': 'none',
6 'dependencies': [
7 '<(AOS)/build/aos_all.gyp:Atom',
8 '../control_loops/control_loops.gyp:DriveTrain',
9 '../input/input.gyp:JoystickReader',
Brian Silverman3204dd82013-03-12 18:42:01 -070010 '../input/input.gyp:sensor_receiver',
brians343bc112013-02-10 01:53:46 +000011 '../input/input.gyp:GyroReader',
12 '../input/input.gyp:AutoMode',
13 '../output/output.gyp:MotorWriter',
14 '../output/output.gyp:CameraServer',
15 'camera/camera.gyp:frc971',
16 ],
17 'copies': [
18 {
19 'destination': '<(rsync_dir)',
20 'files': [
21 'scripts/aos_module.ko',
22 'scripts/start_list.txt',
23 ],
24 },
25 ],
26 },
27 ],
28}