diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -984,6 +984,7 @@ endif # CONFIG_MODULES | |||
984 | # Directories & files removed with 'make clean' | 984 | # Directories & files removed with 'make clean' |
985 | CLEAN_DIRS += $(MODVERDIR) _install 0_lib | 985 | CLEAN_DIRS += $(MODVERDIR) _install 0_lib |
986 | CLEAN_FILES += busybox$(EXEEXT) busybox_unstripped* busybox.links \ | 986 | CLEAN_FILES += busybox$(EXEEXT) busybox_unstripped* busybox.links \ |
987 | busybox*.suid busybox*.nosuid \ | ||
987 | System.map .kernelrelease \ | 988 | System.map .kernelrelease \ |
988 | .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map | 989 | .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map |
989 | 990 | ||