linux: autopatch: Find bytecode and update patch.sh

Have a two-script workflow where one focuses on finding the bytecode in
the driver files, and the other focuses on updating patch.sh using the
newly found bytecode or a previously existing one.

Signed-off-by: Jai Luthra <me@jailuthra.in>
This commit is contained in:
Jai Luthra
2023-11-23 23:36:36 +05:30
committed by Jai Luthra
parent ba525be7f5
commit 4d06da0f3a
4 changed files with 135 additions and 30 deletions

3
.gitignore vendored
View File

@@ -160,3 +160,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
# Temp folder
tools/autopatch/temp
win/tools/autopatch/temp