diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-04-13 20:42:31 +1000 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-04-13 20:42:31 +1000 |
| commit | 12ad6ebd615f57b7b1032953ab9ea9b29ca1bc87 (patch) | |
| tree | 76e8ad4bb3d8d322e2bd3ba260e0a5de1c7f5ea9 /patch.sh | |
| parent | 4d026618caf38124ed87fafe578798be37c127ed (diff) | |
Add ability to write userspace tests, update cmake build process
Diffstat (limited to 'patch.sh')
| -rwxr-xr-x | patch.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/patch.sh b/patch.sh deleted file mode 100755 index 5993486..0000000 --- a/patch.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -# Setup creates a symlink - we have to replace it with the -# actual file for git diff to work. - -set -x - -rm ./linux/drivers/hid/hid-input.c -cp ./src/hid-input.c ./linux/drivers/hid/hid-input.c - -cd ./linux -git diff > ../fastmouse.patch -cd .. -./setup.sh # restore symlinks for development |
