summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0e6f07731..d79b9ab21 100644
--- a/Makefile
+++ b/Makefile
@@ -219,6 +219,9 @@ clean:
- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core \) -exec rm -f {} \;
$(MAKE) -C ldso clean
$(MAKE) -C libc/unistd clean
+ $(MAKE) -C libc/systeps/linux/common clean
+ $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean
+ $(MAKE) -C extra/gcc-uClibc clean
.PHONY: dummy subdirs