>From 57bf559403d89133197d33a2a181815d1f057b2b Mon Sep 17 00:00:00 2001 From: Tomas Paukrt <[email protected]> Date: Sun, 9 Apr 2023 09:06:43 +0200 Subject: [PATCH] build system: clean more files on make clean
Signed-off-by: Tomas Paukrt <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b4686f..4dcd592 100644 --- a/Makefile +++ b/Makefile @@ -966,7 +966,7 @@ endif # CONFIG_MODULES # Directories & files removed with 'make clean' CLEAN_DIRS += $(MODVERDIR) _install 0_lib -CLEAN_FILES += busybox busybox_unstripped* busybox.links \ +CLEAN_FILES += busybox busybox_unstripped* busybox.links busybox*.suid busybox*.nosuid \ System.map .kernelrelease \ .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map -- 2.7.4 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
