diff options
author | Joseph Morrow <joseph.l.morrow@intel.com> | 2015-03-10 14:53:51 -0400 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2015-03-11 23:01:13 +0000 |
commit | 58dd63b263db644913069498a1b203c113346a9d (patch) | |
tree | 2ae128ec00201fe2bba26ae37ec35ab704af6d15 /auto_build.sh | |
parent | ec501972e17105287c868a34f452841f2ad1bb2a (diff) | |
download | iotivity-58dd63b263db644913069498a1b203c113346a9d.tar.gz iotivity-58dd63b263db644913069498a1b203c113346a9d.tar.bz2 iotivity-58dd63b263db644913069498a1b203c113346a9d.zip |
Added SCons support for Arduino platform.
Change-Id: I9dcf69cef00dc14e099c1355ad7f2118746fa3e1
Signed-off-by: Doug Hudson <douglas.hudson@intel.com>
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/431
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
Diffstat (limited to 'auto_build.sh')
-rwxr-xr-x | auto_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_build.sh b/auto_build.sh index c8f65da29..6eb7347e7 100755 --- a/auto_build.sh +++ b/auto_build.sh @@ -77,7 +77,7 @@ function help() { echo "Usage:" echo " build:" - echo " `basename $0` <path-to-android-ndk> <path-to-arduino-home>" + echo " `basename $0` <path-to-android-ndk>" echo " clean:" echo " `basename $0` -c" } |