From 12ad6ebd615f57b7b1032953ab9ea9b29ca1bc87 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sun, 13 Apr 2025 20:42:31 +1000 Subject: Add ability to write userspace tests, update cmake build process --- patch.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 patch.sh (limited to 'patch.sh') 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 -- cgit v1.2.3