Fix trivial problems: "make clean" cleaning too much
and add #include to pull in __be32 typedef.
This commit is contained in:
parent
a05c0716c2
commit
c0cd9f29d2
2
Makefile
2
Makefile
@ -931,7 +931,7 @@ endif # CONFIG_MODULES
|
|||||||
|
|
||||||
# Directories & files removed with 'make clean'
|
# Directories & files removed with 'make clean'
|
||||||
CLEAN_DIRS += $(MODVERDIR)
|
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
|
.tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map
|
||||||
|
|
||||||
# Directories & files removed with 'make mrproper'
|
# Directories & files removed with 'make mrproper'
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
/* Wants <limits.h> etc, thus included after libbb.h: */
|
/* Wants <limits.h> etc, thus included after libbb.h: */
|
||||||
|
#include <linux/types.h> /* for __be32 etc */
|
||||||
#include <linux/netfilter_ipv4.h>
|
#include <linux/netfilter_ipv4.h>
|
||||||
|
|
||||||
// TODO: move into this file:
|
// TODO: move into this file:
|
||||||
|
Loading…
Reference in New Issue
Block a user