Lines Matching refs:install
20 install := $(INSTALL_HDR_PATH)/$(_dst)
27 install-file := $(install)/.install
28 check-file := $(install)/.check
39 output-files := $(addprefix $(install)/, $(all-files))
42 oldheaders := $(patsubst $(install)/%,%,$(wildcard $(install)/*.h))
46 unwanted-file := $(addprefix $(install)/, $(unwanted))
53 $(PERL) $< $(srctree)/$(obj) $(install) $(SRCARCH) $(header-y); \
54 $(PERL) $< $(objtree)/$(obj) $(install) $(SRCARCH) $(objhdr-y); \
56 echo "\#include <asm-generic/$$F>" > $(install)/$$F; \
76 __headersinst: $(subdirs) $(install-file)
79 targets += $(install-file)
80 $(install-file): scripts/headers_install.pl $(input-files) FORCE
83 $(call if_changed,install)