aboutsummaryrefslogtreecommitdiff
path: root/setup-makefiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-xsetup-makefiles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 806f5f6..65975ec 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -40,7 +40,7 @@ setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true
write_headers "z2_plus z2_row"
# The standard common blobs
-write_makefiles "$MY_DIR"/proprietary-files.txt
+write_makefiles "$MY_DIR"/proprietary-files.txt true
# We are done!
write_footers
@@ -54,7 +54,7 @@ if [ -s "$MY_DIR"/../"$DEVICE"/proprietary-files.txt ]; then
write_headers
# The standard device blobs
- write_makefiles "$MY_DIR"/../"$DEVICE"/proprietary-files.txt
+ write_makefiles "$MY_DIR"/../"$DEVICE"/proprietary-files.txt true
# We are done!
write_footers