try some module stuff
This commit is contained in:
parent
afe8820375
commit
376edcff27
3 changed files with 28 additions and 0 deletions
|
@ -1 +1,7 @@
|
|||
obj-m += module.o
|
||||
|
||||
modules:
|
||||
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
|
||||
|
||||
clean:
|
||||
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue