aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Paukrt <tomaspaukrt@email.cz>2023-04-09 09:06:43 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2023-04-12 20:31:44 +0200
commit7c1f975cddccff1e9705e750eed8a54131d7a392 (patch)
tree000dc4bdad490e0cedc1df680ac97f320dbe025f
parentf7065aa9ae54ce0d1772fd2e6f0e0b6862a50b71 (diff)
downloadbusybox-w32-7c1f975cddccff1e9705e750eed8a54131d7a392.tar.gz
busybox-w32-7c1f975cddccff1e9705e750eed8a54131d7a392.tar.bz2
busybox-w32-7c1f975cddccff1e9705e750eed8a54131d7a392.zip
build system: clean more files on make clean
Signed-off-by: Tomas Paukrt <tomaspaukrt@email.cz> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b4686fc8..e67553d5f 100644
--- a/Makefile
+++ b/Makefile
@@ -967,6 +967,7 @@ endif # CONFIG_MODULES
967# Directories & files removed with 'make clean' 967# Directories & files removed with 'make clean'
968CLEAN_DIRS += $(MODVERDIR) _install 0_lib 968CLEAN_DIRS += $(MODVERDIR) _install 0_lib
969CLEAN_FILES += busybox busybox_unstripped* busybox.links \ 969CLEAN_FILES += busybox busybox_unstripped* busybox.links \
970 busybox*.suid busybox*.nosuid \
970 System.map .kernelrelease \ 971 System.map .kernelrelease \
971 .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map 972 .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map
972 973