summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bbd872ea..3e9426084 100644
--- a/Makefile
+++ b/Makefile
@@ -906,7 +906,7 @@ endif # CONFIG_MODULES
906 906
907# Directories & files removed with 'make clean' 907# Directories & files removed with 'make clean'
908CLEAN_DIRS += $(MODVERDIR) 908CLEAN_DIRS += $(MODVERDIR)
909CLEAN_FILES += busybox* System.map \ 909CLEAN_FILES += busybox* System.map .kernelrelease \
910 .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map 910 .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map
911 911
912# Directories & files removed with 'make mrproper' 912# Directories & files removed with 'make mrproper'