summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2016-12-22 02:17:03 -0500
committerRashed Abdel-Tawab <rashed@linux.com>2016-12-22 02:17:03 -0500
commit5d1f6e84183341fbed48e90da223d6e6b088cdb2 (patch)
tree2a645695084812ddc74920a5be6b9256116149d8
parent69230507bd85d212ad2ae7da981413bd33d91052 (diff)
h918: Fix a rogue g5 reference
-rwxr-xr-xsetup-makefiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 397ca30..ef1639d 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -18,7 +18,7 @@
set -e
export DEVICE=h918
-export DEVICE_COMMON=g5-common
+export DEVICE_COMMON=v20-common
export VENDOR=lge
./../$DEVICE_COMMON/setup-makefiles.sh $@