Lines Matching refs:clean
31 === 5 Kbuild clean infrastructure
742 === 5 Kbuild clean infrastructure
744 "make clean" deletes most generated files in the obj tree where the kernel
747 $(extra-y) and $(targets). They are all deleted during "make clean".
750 "make clean" is executed.
752 Additional files can be specified in kbuild makefiles by use of $(clean-files).
756 clean-files := crc32table.h
758 When executing "make clean", the file "crc32table.h" will be deleted.
766 clean-dirs := $(objtree)/debian/
771 To exclude certain files from make clean, use the $(no-clean-files) variable.
776 no-clean-files := $(bounds-file) $(offsets-file)
787 directory compressed/ when "make clean" is executed.
789 To support the clean infrastructure in the Makefiles that build the
795 $(Q)$(MAKE) $(clean)=arch/x86/boot
797 When "make clean" is executed, make will descend down in arch/x86/boot,
798 and clean as usual. The Makefile located in arch/x86/boot/ may use
806 be visited during "make clean".
1082 2) kbuild knows what files to delete during "make clean"
1149 2) delete target during make clean
1171 clean-files += *.dtb