aboutsummaryrefslogtreecommitdiff
path: root/src/make_patch.sh
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-04-14 13:32:55 +1000
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-04-14 13:32:55 +1000
commit1249653b654bca6caaecc407a2128c4f1ccabd52 (patch)
tree444622eb6c90217c54a2beb6044db1a68a38f495 /src/make_patch.sh
parent12ad6ebd615f57b7b1032953ab9ea9b29ca1bc87 (diff)
Move impl to header single file, fix linking etc
Diffstat (limited to 'src/make_patch.sh')
-rwxr-xr-xsrc/make_patch.sh4
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