Fix trivial problems: "make clean" cleaning too much
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 7 Jun 2008 12:23:44 +0000 (12:23 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 7 Jun 2008 12:23:44 +0000 (12:23 -0000)
and add #include to pull in __be32 typedef.

Makefile
networking/tcpudp.c

index 308ea42cd276e08e9a170e5548486ad2a66f0062..37b6d9bf9fe745f239492a2dcd684929082bb597 100644 (file)
--- 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'
index 0b604af482c691e684a05b1c5f524699cba2fe77..07a87b8ede02a530c2ec1b5da263a6a884ad1a22 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "libbb.h"
 /* Wants <limits.h> etc, thus included after libbb.h: */
+#include <linux/types.h> /* for __be32 etc */
 #include <linux/netfilter_ipv4.h>
 
 // TODO: move into this file: