diff options
author | Guillermo Ramos | 2011-09-09 16:26:08 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-09-09 16:26:08 +0200 |
commit | 0984403a3dccd78faf0ce790ca7929927cc07349 (patch) | |
tree | 3060ce43f7a65dbdb8b20013d07f307b12ff992e /Makefile | |
download | evspy-0984403a3dccd78faf0ce790ca7929927cc07349.tar.gz |
First github commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7e403d9 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +obj-m += evspy.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 |