aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-03-18 21:45:21 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-18 21:45:21 +0000
commit41e1dc3f8bfea676319f3a69e8556dba2a3a279c (patch)
tree8693490dc9a38ac5a56deef772fd9c22eaee4711 /Makefile
parent4b4b619c9cdc93bf159f159966981940873de098 (diff)
downloadbusybox-41e1dc3f8bfea676319f3a69e8556dba2a3a279c.tar.gz
make clean deletes .kernelrelease now
trylink deleted empty linker stderr on success
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
# Directories & files removed with 'make clean'
CLEAN_DIRS += $(MODVERDIR)
-CLEAN_FILES += busybox* System.map \
+CLEAN_FILES += busybox* System.map .kernelrelease \
.tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map
# Directories & files removed with 'make mrproper'