aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b4686fc8..e67553d5f 100644
--- a/Makefile
+++ b/Makefile
@@ -967,6 +967,7 @@ endif # CONFIG_MODULES
967# Directories & files removed with 'make clean' 967# Directories & files removed with 'make clean'
968CLEAN_DIRS += $(MODVERDIR) _install 0_lib 968CLEAN_DIRS += $(MODVERDIR) _install 0_lib
969CLEAN_FILES += busybox busybox_unstripped* busybox.links \ 969CLEAN_FILES += busybox busybox_unstripped* busybox.links \
970 busybox*.suid busybox*.nosuid \
970 System.map .kernelrelease \ 971 System.map .kernelrelease \
971 .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map 972 .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map
972 973