diff options
author | Tomas Paukrt <tomaspaukrt@email.cz> | 2023-04-09 09:06:43 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2023-04-12 20:31:44 +0200 |
commit | 7c1f975cddccff1e9705e750eed8a54131d7a392 (patch) | |
tree | 000dc4bdad490e0cedc1df680ac97f320dbe025f | |
parent | f7065aa9ae54ce0d1772fd2e6f0e0b6862a50b71 (diff) | |
download | busybox-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -967,6 +967,7 @@ endif # CONFIG_MODULES | |||
967 | # Directories & files removed with 'make clean' | 967 | # Directories & files removed with 'make clean' |
968 | CLEAN_DIRS += $(MODVERDIR) _install 0_lib | 968 | CLEAN_DIRS += $(MODVERDIR) _install 0_lib |
969 | CLEAN_FILES += busybox busybox_unstripped* busybox.links \ | 969 | CLEAN_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 | ||