Lines Matching refs:tool
29 LINUX_TOOLS_DEPENDENCIES += $(foreach tool,$(LINUX_TOOLS),\
30 $(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\
31 $($(call UPPERCASE,$(tool))_DEPENDENCIES)))
33 LINUX_TOOLS_POST_BUILD_HOOKS += $(foreach tool,$(LINUX_TOOLS),\
34 $(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\
35 $(call UPPERCASE,$(tool))_BUILD_CMDS))
37 LINUX_TOOLS_POST_INSTALL_STAGING_HOOKS += $(foreach tool,$(LINUX_TOOLS),\
38 $(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\
39 $(call UPPERCASE,$(tool))_INSTALL_STAGING_CMDS))
41 LINUX_TOOLS_POST_INSTALL_TARGET_HOOKS += $(foreach tool,$(LINUX_TOOLS),\
42 $(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\
43 $(call UPPERCASE,$(tool))_INSTALL_TARGET_CMDS))
46 $(foreach tool,$(LINUX_TOOLS),\
47 $(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\
48 $($(call UPPERCASE,$(tool))_LINUX_CONFIG_FIXUPS))
53 $(foreach tool,$(LINUX_TOOLS),\
54 $(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\
55 $($(call UPPERCASE,$(tool))_INSTALL_INIT_SYSTEMD))
60 $(foreach tool,$(LINUX_TOOLS),\
61 $(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\
62 $($(call UPPERCASE,$(tool))_INSTALL_INIT_SYSV))
67 $(foreach tool,$(LINUX_TOOLS),\
68 $(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\
69 $(or $($(call UPPERCASE,$(tool))_INSTALL_INIT_OPENRC),\
70 $($(call UPPERCASE,$(tool))_INSTALL_INIT_SYSV)))