Lines Matching refs:file
13 kbuild-file := $(srctree)/$(obj)/Kbuild
14 include $(kbuild-file)
19 old-kbuild-file := $(srctree)/$(subst uapi/,,$(obj))/Kbuild
20 ifneq ($(wildcard $(old-kbuild-file)),)
21 include $(old-kbuild-file)
33 install-file := $(installdir)/.install
34 check-file := $(installdir)/.check
59 $(error Missing UAPI file $(srcdir)/$(hdr))) \
65 $(error Missing generated UAPI file $(gendir)/$(hdr)) \
74 unwanted-file := $(addprefix $(installdir)/, $(unwanted))
79 file$(if $(word 2, $(all-files)),s))
90 cmd_remove = rm -f $(unwanted-file)
105 __headersinst: $(subdirs) $(install-file)
108 targets += $(install-file)
109 $(install-file): scripts/headers_install.sh $(input-files1) $(input-files2) $(input-files3) FORCE
115 __headerscheck: $(subdirs) $(check-file)
118 targets += $(check-file)
119 $(check-file): scripts/headers_check.pl $(output-files) FORCE