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:
commit
e1c0f30373
3 changed files with 35 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue