summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-10-15 14:53:47 -0500
committerJohn Klug <john.klug@multitech.com>2018-10-15 14:53:47 -0500
commitd3ff82c06fe0fd40fcf0c72be4eae279a2580d9c (patch)
treee78e727fcaeb1757c0334347d49ed9aedeef005a /Makefile
downloadmtac-lora-d3ff82c06fe0fd40fcf0c72be4eae279a2580d9c.tar.gz
mtac-lora-d3ff82c06fe0fd40fcf0c72be4eae279a2580d9c.tar.bz2
mtac-lora-d3ff82c06fe0fd40fcf0c72be4eae279a2580d9c.zip
mtac LoRa 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..d9e5d11
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+obj-m := mtac_lora.o
+
+clean:
+ rm -f *.ko *.o
+