diff options
author | Jesse Gilles <jgilles@multitech.com> | 2013-02-19 15:51:18 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2013-02-19 15:51:18 -0600 |
commit | cfcc6385560a16628fe45db5389aa2dd8c115421 (patch) | |
tree | c35a1ef9a78f6dca3ab685213d0168173317233d | |
parent | 2fc1282e66e9ac58e53f03af2373f913702eabc3 (diff) | |
download | cdp-io-controller-cfcc6385560a16628fe45db5389aa2dd8c115421.tar.gz cdp-io-controller-cfcc6385560a16628fe45db5389aa2dd8c115421.tar.bz2 cdp-io-controller-cfcc6385560a16628fe45db5389aa2dd8c115421.zip |
Makefile: update clean
-rw-r--r-- | io-module/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/Makefile b/io-module/Makefile index c82afc5..5d036f4 100644 --- a/io-module/Makefile +++ b/io-module/Makefile @@ -1,5 +1,5 @@ obj-m := mts_io.o clean: - rm -f *.ko + rm -f *.ko *.o |