1
0
Fork 0
mirror of https://github.com/yaakov-h/scream-driver.git synced 2025-05-09 10:25:12 +00:00

initial driver commit

This commit is contained in:
Yaakov 2024-08-11 13:14:21 +10:00
commit e1c0f30373
3 changed files with 35 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
obj-m += scream.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean