summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-10-15 15:00:04 -0500
committerJohn Klug <john.klug@multitech.com>2018-10-15 15:00:04 -0500
commit59327902aee9b420f15f3aa7e7dd9d6671f8404d (patch)
tree59246cd8c7e52e03545e876d407efe49b6f2a792 /Makefile
downloadmtac-xdot-59327902aee9b420f15f3aa7e7dd9d6671f8404d.tar.gz
mtac-xdot-59327902aee9b420f15f3aa7e7dd9d6671f8404d.tar.bz2
mtac-xdot-59327902aee9b420f15f3aa7e7dd9d6671f8404d.zip
New MTAC XDOT Driver1.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..fd611e4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+obj-m := mtac_xdot.o
+
+clean:
+ rm -f *.ko *.o
+