Lines Matching full:foo
20 +foo+, create a new menu entry in the existing
27 02: bool "foo"
30 05: This is a comment that explains what foo kernel tool is.
32 07: http://foosoftware.org/foo/
44 +package/linux-tools/linux-tool-foo.mk.in+. It would basically look like:
49 03: # foo
53 07: LINUX_TOOLS += foo
58 12: $(TARGET_MAKE_ENV) $(MAKE) -C $(LINUX_DIR)/tools foo
74 On line 7, we register the Linux tool +foo+ to the list of available
79 +foo+ tool is selected.
84 used only when the +foo+ tool is selected. The only supported commands are
105 Let's look at an example on how to add a new Linux extension +foo+.
107 First, create the package +foo+ that provides the extension: this
120 02: bool "foo"
122 04: This is a comment that explains what foo kernel extension is.
124 06: http://foosoftware.org/foo/
128 +linux/linux-ext-foo.mk+. It should basically contain:
133 03: # foo
137 07: LINUX_EXTENSIONS += foo
144 On line 7, we add the Linux extension +foo+ to the list of available
149 use the variables defined by the +foo+ package, like: +$(FOO_DIR)+ or