summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-10-15 14:38:39 -0500
committerJohn Klug <john.klug@multitech.com>2018-10-15 14:38:39 -0500
commit77a9b455375b15279928c57ae08a845e18a87bb4 (patch)
treec7abb155b62b9e365435497ba7c9f4b7ab630078 /Makefile
downloadmtac-pulse-77a9b455375b15279928c57ae08a845e18a87bb4.tar.gz
mtac-pulse-77a9b455375b15279928c57ae08a845e18a87bb4.tar.bz2
mtac-pulse-77a9b455375b15279928c57ae08a845e18a87bb4.zip
mtac pulse derived from mts-io 2.2.21.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..db8866e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+obj-m := mtac_pulse.o
+
+clean:
+ rm -f *.ko *.o
+