X-Git-Url: http://git.subgeniuskitty.com/xeon-phi-kernel-module/.git/blobdiff_plain/121fcf15fd8ce31fb5bf9e7b9c34ec67906f3af9..HEAD:/Makefile diff --git a/Makefile b/Makefile index 5c7a6a8..72e91f3 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,10 @@ kdev_install: $(INSTALL_f) include/scif.h $(DESTDIR)$(kmodincludedir) clean: - @rm -f ./*/*.o ./*/.*.o - @rm -f ./*/*.o.d ./*/.*.o.d - @rm -f ./*/*.o.cmd ./*/.*.o.cmd - @rm -f ./modules.order + @rm -f ./*/*.o ./*/.*.o ./*/*/*.o ./*/*/.*.o + @rm -f ./*/*.o.d ./*/.*.o.d ./*/*/.*.o.d + @rm -f ./*/*.o.cmd ./*/.*.o.cmd ./*/*/.*.o.cmd + @rm -f ./.mic*o.cmd + @rm -f ./modules.order ./Module.symvers + @rm -rf ./.tmp_versions + @rm -f ./mic.mod.* ./mic.o ./mic.ko