maybe idk
This commit is contained in:
parent
c220eeb5a6
commit
cf4111b64d
2 changed files with 2 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1 @@
|
|||
.direnv/
|
||||
*.o
|
||||
*.ko
|
||||
*.mod
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
obj-m += lkm.o
|
||||
|
||||
all: module
|
||||
|
||||
module:
|
||||
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue