aboutsummaryrefslogtreecommitdiff
path: root/src/make_patch.sh
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-04-13 20:42:31 +1000
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-04-13 20:42:31 +1000
commit12ad6ebd615f57b7b1032953ab9ea9b29ca1bc87 (patch)
tree76e8ad4bb3d8d322e2bd3ba260e0a5de1c7f5ea9 /src/make_patch.sh
parent4d026618caf38124ed87fafe578798be37c127ed (diff)
Add ability to write userspace tests, update cmake build process
Diffstat (limited to 'src/make_patch.sh')
-rwxr-xr-xsrc/make_patch.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/make_patch.sh b/src/make_patch.sh
new file mode 100755
index 0000000..58c946e
--- /dev/null
+++ b/src/make_patch.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -xe
+
+cp ./src/linux/* ./linux/drivers/hid/
+cd ./linux
+git diff > ../fastmouse.patch
+
+exit 0 \ No newline at end of file