Lines Matching refs:tool
19 Let's look at an example of a Linux tool. For a new Linux tool named
22 descriptions related to each kernel tool that will be used and
23 displayed in the configuration tool. It would basically look like:
30 05: This is a comment that explains what foo kernel tool is.
36 followed by the uppercase name of the tool (like is done for packages).
43 Then for each linux tool, add a new +.mk.in+ file named
44 +package/linux-tools/linux-tool-foo.mk.in+. It would basically look like:
74 On line 7, we register the Linux tool +foo+ to the list of available
77 On line 9, we specify the list of dependencies this tool relies on. These
79 +foo+ tool is selected.
82 different steps of the Linux tool build process like for a
84 used only when the +foo+ tool is selected. The only supported commands are
116 displayed in the configuration tool. It would basically look like: