From d68c0dd4d42fc75ea90b729e907eb289b0f4a11b Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Thu, 15 Oct 2020 11:42:21 +0200 Subject: [PATCH] build: lib.rules: Add common-clean During the build reshuffling, I missed this, so doing 'make clean' in a certain src/lib folder doesn't clean up everything anymore. Fix that. Signed-off-by: Johannes Berg --- src/lib.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rules b/src/lib.rules index 59801c517..947617b07 100644 --- a/src/lib.rules +++ b/src/lib.rules @@ -25,5 +25,5 @@ install-default: %: %-default @true -clean: +clean: common-clean $(Q)rm -f *~ *.o *.d *.gcno *.gcda *.gcov $(ALL)