.o files are also created in the validation directory (currently only tmp.o, for sparse-llvm/sparsec testing). Aso remove them during make clean-check. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bdb6c03af..4c2012977 100644 --- a/Makefile +++ b/Makefile @@ -215,6 +215,7 @@ clean-check: @echo " CLEAN" @find validation/ \( -name "*.c.output.*" \ -o -name "*.c.error.*" \ + -o -name "*.o" \ \) -exec rm {} \; -- 2.14.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html