summaryrefslogtreecommitdiff
path: root/io-module/Makefile
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2010-04-23 15:10:19 -0500
committerJames Maki <jmaki@multitech.com>2010-04-23 15:10:19 -0500
commit34609050e110fdeaf9cd63888c5902031ca21b1f (patch)
tree1ac2e994ad8803c68d402a846111e7d19219ea63 /io-module/Makefile
downloadmts-io-34609050e110fdeaf9cd63888c5902031ca21b1f.tar.gz
mts-io-34609050e110fdeaf9cd63888c5902031ca21b1f.tar.bz2
mts-io-34609050e110fdeaf9cd63888c5902031ca21b1f.zip
initial commit
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
+