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_kernel.sh | |
| parent | 12ad6ebd615f57b7b1032953ab9ea9b29ca1bc87 (diff) | |
Move impl to header single file, fix linking etc
Diffstat (limited to 'src/make_kernel.sh')
| -rwxr-xr-x | src/make_kernel.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make_kernel.sh b/src/make_kernel.sh index 8700351..64b3527 100755 --- a/src/make_kernel.sh +++ b/src/make_kernel.sh @@ -3,6 +3,7 @@ set -xe cp ./src/linux/* ./linux/drivers/hid/ +cp ./src/fastmouse.h ./linux/drivers/hid/ cd ./linux make -j$(nproc) |
