Lines Matching refs:file
13 kbuild-file := $(srctree)/$(obj)/Kbuild
14 include $(kbuild-file)
27 install-file := $(install)/.install
28 check-file := $(install)/.check
46 unwanted-file := $(addprefix $(install)/, $(unwanted))
51 file$(if $(word 2, $(all-files)),s))
61 cmd_remove = rm -f $(unwanted-file)
76 __headersinst: $(subdirs) $(install-file)
79 targets += $(install-file)
80 $(install-file): scripts/headers_install.pl $(input-files) FORCE
86 __headerscheck: $(subdirs) $(check-file)
89 targets += $(check-file)
90 $(check-file): scripts/headers_check.pl $(output-files) FORCE