Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision f834dd816464592376050320f24119ef2aabf8e8)
+++ uspace/Makefile	(revision b8d4af4b62d44fdc3e0d372290cbf84be3de426e)
@@ -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):
