diff options
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -932,8 +932,9 @@ endif # CONFIG_MODULES | |||
932 | # make distclean Remove editor backup files, patch leftover files and the like | 932 | # make distclean Remove editor backup files, patch leftover files and the like |
933 | 933 | ||
934 | # Directories & files removed with 'make clean' | 934 | # Directories & files removed with 'make clean' |
935 | CLEAN_DIRS += $(MODVERDIR) | 935 | CLEAN_DIRS += $(MODVERDIR) _install 0_lib |
936 | CLEAN_FILES += busybox busybox_unstripped* System.map .kernelrelease \ | 936 | CLEAN_FILES += busybox busybox_unstripped* busybox.links \ |
937 | System.map .kernelrelease \ | ||
937 | .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map | 938 | .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map |
938 | 939 | ||
939 | # Directories & files removed with 'make mrproper' | 940 | # Directories & files removed with 'make mrproper' |
@@ -944,7 +945,8 @@ MRPROPER_FILES += .config .config.old include/asm .version .old_version \ | |||
944 | include/usage_compressed.h \ | 945 | include/usage_compressed.h \ |
945 | include/applet_tables.h \ | 946 | include/applet_tables.h \ |
946 | applets/usage \ | 947 | applets/usage \ |
947 | .kernelrelease Module.symvers tags TAGS cscope* | 948 | .kernelrelease Module.symvers tags TAGS cscope* \ |
949 | busybox_old | ||
948 | 950 | ||
949 | # clean - Delete most, but leave enough to build external modules | 951 | # clean - Delete most, but leave enough to build external modules |
950 | # | 952 | # |