diff options
author | James Maki <jmaki@multitech.com> | 2010-04-23 15:10:19 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-04-23 15:10:19 -0500 |
commit | 34609050e110fdeaf9cd63888c5902031ca21b1f (patch) | |
tree | 1ac2e994ad8803c68d402a846111e7d19219ea63 /io-module/Makefile | |
download | mts-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/Makefile | 5 |
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 + |