Fix trivial problems: "make clean" cleaning too much

and add #include to pull in __be32 typedef.
This commit is contained in:
Denis Vlasenko 2008-06-07 12:23:44 +00:00
parent a05c0716c2
commit c0cd9f29d2
2 changed files with 2 additions and 1 deletions

View File

@ -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'

View 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: