summaryrefslogtreecommitdiff
path: root/evspy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'evspy/Makefile')
-rw-r--r--evspy/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/evspy/Makefile b/evspy/Makefile
new file mode 100644
index 0000000..7e403d9
--- /dev/null
+++ b/evspy/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