diff options
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 + |