From c0cd9f29d21e85bf5140a62ca6804b3a0ae28a94 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 7 Jun 2008 12:23:44 +0000 Subject: Fix trivial problems: "make clean" cleaning too much and add #include to pull in __be32 typedef. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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' -- cgit v1.2.3