From: Johannes Berg Date: Thu, 15 Oct 2020 09:42:21 +0000 (+0200) Subject: build: lib.rules: Add common-clean X-Git-Tag: hostap_2_10~811 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d68c0dd4d42fc75ea90b729e907eb289b0f4a11b;p=thirdparty%2Fhostap.git 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 --- 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)