commit | e338244b9d96a9e0ac5bbb275b4411c9a1d609c0 | [log] [tgz] |
---|---|---|
author | Ethan Chen <intervigil@gmail.com> | Mon Dec 23 15:58:49 2013 -0800 |
committer | Nicholas Flintham <nick@flinny.org> | Wed Jan 08 22:12:11 2014 +0000 |
tree | ac9d78e7dfcc976497e45fe55edb42f4008cef72 | |
parent | a7811ad6844f4cb6097852bcf1081a1a08d841b9 [diff] [blame] |
m7spr: Add setup-makefiles.sh convenience script Change-Id: I76c3e16db8149d97d5b076e01cbf0edfbc44ed24
diff --git a/setup-makefiles.sh b/setup-makefiles.sh new file mode 100755 index 0000000..4deaeed --- /dev/null +++ b/setup-makefiles.sh
@@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +export DEVICE=m7spr +export VENDOR=htc +./../m7-common/setup-makefiles.sh $@