Lines Matching full:install
12 install-y :=
19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order)
30 quiet_cmd_install_modorder = INSTALL $@
33 # Install modules.builtin(.modinfo) even when CONFIG_MODULES is disabled.
34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo)
37 $(call cmd,install)
59 install-$(CONFIG_MODULES) += $(modules)
61 __modinst: $(install-y)
67 quiet_cmd_install = INSTALL $@
116 $(foreach dir, $(sort $(dir $(install-y))), $(shell mkdir -p $(dir)))
119 $(call cmd,install)
127 depmod: $(install-y)