initial commit

This commit is contained in:
Vincent Batts 2014-09-17 16:51:24 -04:00
commit e929dbcb6f
2 changed files with 71 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
obj-m += mod_hello.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