diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-04-14 13:32:55 +1000 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-04-14 13:32:55 +1000 |
| commit | 1249653b654bca6caaecc407a2128c4f1ccabd52 (patch) | |
| tree | 444622eb6c90217c54a2beb6044db1a68a38f495 /src/make_patch.sh | |
| parent | 12ad6ebd615f57b7b1032953ab9ea9b29ca1bc87 (diff) | |
Move impl to header single file, fix linking etc
Diffstat (limited to 'src/make_patch.sh')
| -rwxr-xr-x | src/make_patch.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/make_patch.sh b/src/make_patch.sh index 58c946e..2aa27c0 100755 --- a/src/make_patch.sh +++ b/src/make_patch.sh @@ -3,7 +3,9 @@ set -xe cp ./src/linux/* ./linux/drivers/hid/ +cp ./src/fastmouse.h ./linux/drivers/hid/ cd ./linux +git add --intent-to-add ./drivers/hid/fastmouse.h git diff > ../fastmouse.patch -exit 0
\ No newline at end of file +exit 0 |
