Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 7f881cd8e3ac707b5ae404c782b53844495e1a1e)
+++ uspace/Makefile	(revision 68825c3f888add4d3a45eb96efd6ee12765f3362)
@@ -253,4 +253,7 @@
 
 clean: $(CLEANS)
+	find lib app drv srv -name '*.o' -follow -exec rm \{\} \;
+	find lib app drv srv -name '*.lo' -follow -exec rm \{\} \;
+	find lib app drv srv -name '*.d' -follow -exec rm \{\} \;
 
 $(CLEANS):
Index: uspace/Makefile.common
===================================================================
--- uspace/Makefile.common	(revision 7f881cd8e3ac707b5ae404c782b53844495e1a1e)
+++ uspace/Makefile.common	(revision 68825c3f888add4d3a45eb96efd6ee12765f3362)
@@ -228,7 +228,4 @@
 clean:
 	rm -f $(JOB) $(OUTPUT) $(LARCHIVE) $(LOUTPUT) $(EXTRA_OUTPUT) $(EXTRA_CLEAN)
-	find . -name '*.o' -follow -exec rm \{\} \;
-	find . -name '*.lo' -follow -exec rm \{\} \;
-	find . -name '*.d' -follow -exec rm \{\} \;
 
 COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
