summaryrefslogtreecommitdiff
path: root/io-module/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/Makefile')
-rw-r--r--io-module/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/io-module/Makefile b/io-module/Makefile
new file mode 100644
index 0000000..c82afc5
--- /dev/null
+++ b/io-module/Makefile
@@ -0,0 +1,5 @@
+obj-m := mts_io.o
+
+clean:
+ rm -f *.ko
+