[PATCH] build: lib.rules: add common-clean

Johannes Berg johannes at sipsolutions.net
Thu Oct 15 05:42:21 EDT 2020


From: Johannes Berg <johannes.berg at intel.com>

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 <johannes.berg at intel.com>
---
 src/lib.rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib.rules b/src/lib.rules
index 59801c5171cb..947617b079d6 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)
-- 
2.26.2




More information about the Hostap mailing list