commit | 716143392a4df69b676881c5c9425e0f50bad6ac | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Feb 22 00:43:14 2015 -0500 |
committer | Brian Silverman <brians> | Sun Feb 22 00:48:51 2015 -0500 |
tree | 1d54616518c90175e9ac0527c5f8302c76a80fd3 | |
parent | d6912787f27586e10dbcaafd8c0df8456be506fd [diff] [blame] |
put binaries that don't belong on the roborio somewhere useful Change-Id: Ifcdeca5f3f81ace2b974dd1b86934eb3e303e016
diff --git a/aos/linux_code/linux_code.gyp b/aos/linux_code/linux_code.gyp index 16f3fd6..59f5d27 100644 --- a/aos/linux_code/linux_code.gyp +++ b/aos/linux_code/linux_code.gyp
@@ -3,6 +3,9 @@ { 'target_name': 'dump_rtprio', 'type': 'executable', + 'variables': { + 'no_rsync': 1, + }, 'sources': [ 'dump_rtprio.cc', ],