diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 2354fe8..29b2dcc 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -49,6 +49,8 @@ setup_vendor "$DEVICE" "$VENDOR" "$CM_ROOT" # Copyright headers and guards write_headers -write_makefiles "$MY_DIR"/../$DEVICE/device-proprietary-files.txt +for BLOB_LIST in "$MY_DIR"/../$DEVICE/device-proprietary-files*.txt; do + write_makefiles $BLOB_LIST +done write_footers