From d9f83cfd5bc84f8712acad7a24e8b372eb6ccc7d Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 5 May 2021 17:59:45 -0700 Subject: [PATCH] Added final list of files to Makefile target 'clean'. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 809d9ba..72e91f3 100644 --- a/Makefile +++ b/Makefile @@ -109,4 +109,7 @@ clean: @rm -f ./*/*.o ./*/.*.o ./*/*/*.o ./*/*/.*.o @rm -f ./*/*.o.d ./*/.*.o.d ./*/*/.*.o.d @rm -f ./*/*.o.cmd ./*/.*.o.cmd ./*/*/.*.o.cmd - @rm -f ./modules.order + @rm -f ./.mic*o.cmd + @rm -f ./modules.order ./Module.symvers + @rm -rf ./.tmp_versions + @rm -f ./mic.mod.* ./mic.o ./mic.ko -- 2.20.1