Lines Matching refs:files

24 # Most importantly: sub-Makefiles should only ever modify files in
32 # The only cases where we need to modify files which have global
103 # Kbuild will save output files in the current working directory.
108 # cd /dir/to/store/output/files; make -f /dir/to/kernel/source/Makefile
110 # If you want to save output files in a different location, there are
114 # Use "make O=dir/to/store/output/files/"
118 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
155 # Look for make include files relative to root of kernel src
201 # Use 'make C=1' to enable checking of only re-compiled files.
202 # Use 'make C=2' to enable checking of *all* source files, regardless
697 # Read in dependencies to all Kconfig* files, make sure to run syncconfig if
711 # The actual configuration files used during the build are stored in
1287 # Generate some files
1386 # Devicetree files
1448 # duplicate lines in modules.order files. Those are removed
1521 # make clean Delete most generated files
1523 # make mrproper Delete the current configuration, and all generated files
1524 # make distclean Remove editor backup files, patch leftover files and the like
1526 # Directories & files removed with 'make clean'
1531 # Directories & files removed with 'make mrproper'
1542 # Directories & files removed with 'make distclean'
1547 clean: rm-files := $(CLEAN_FILES)
1557 # mrproper - Delete all generated files, including .config
1559 mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
1571 distclean: rm-files := $(wildcard $(DISTCLEAN_FILES))
1603 @echo ' clean - Remove most generated files but keep the config and'
1605 @echo ' mrproper - Remove all generated files + config + various backup files'
1606 @echo ' distclean - mrproper + remove editor backup and patch files'
1616 @echo ' dir/ - Build all files in dir and below'
1636 @echo ' includecheck - Check for duplicate included header files'
1653 @echo ' kselftest-clean - Remove all generated kselftest files'
1662 echo ' dtbs_check - Validate device tree source files';\
1691 @echo ' make O=dir [targets] Locate all output files in "dir", including .config'
1752 # make M=dir clean Delete all automatically generated files
1788 clean: rm-files := $(KBUILD_EXTMOD)/Module.symvers $(KBUILD_EXTMOD)/modules.nsdeps \
1798 @echo ' clean - remove generated files in module directory only'
1808 # To build individual files in subdirectories, you can do like this:
1991 quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)))
1992 cmd_rmfiles = rm -rf $(rm-files)