aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-07 12:23:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-07 12:23:44 +0000
commitc0cd9f29d21e85bf5140a62ca6804b3a0ae28a94 (patch)
tree70a819d45ca49e156e46b3e37127958a4668294a /Makefile
parenta05c0716c256a95861c01d06b5319f3149fca33a (diff)
downloadbusybox-c0cd9f29d21e85bf5140a62ca6804b3a0ae28a94.tar.gz
Fix trivial problems: "make clean" cleaning too much
and add #include to pull in __be32 typedef.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 308ea42cd..37b6d9bf9 100644
--- a/Makefile
+++ b/Makefile
@@ -931,7 +931,7 @@ endif # CONFIG_MODULES
# Directories & files removed with 'make clean'
CLEAN_DIRS += $(MODVERDIR)
-CLEAN_FILES += busybox* System.map .kernelrelease \
+CLEAN_FILES += busybox busybox_unstripped* System.map .kernelrelease \
.tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map
# Directories & files removed with 'make mrproper'