diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-17 07:53:26 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:23 +0100 |
| commit | f418e7f5a1e76fc70fe6f1accddc653949d2e2b1 (patch) | |
| tree | 877f5c92ad5614f94146c9c49a43313afb1d8fd5 /documentation/kernel-dev | |
| parent | c159989490e8dd65af42e0304b036e6f14fc0078 (diff) | |
| download | poky-f418e7f5a1e76fc70fe6f1accddc653949d2e2b1.tar.gz | |
kernel-dev: Fixed another occurrence of ${FILES}
Further down in the section, a second occurrence of ${FILES}
needed changed.
(From yocto-docs rev: 0212a1ebfef4c5a6a0ae76410f7753bbc41d3e82)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 41c1048163..102d96c587 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
| @@ -171,7 +171,7 @@ | |||
| 171 | configuration fragment. | 171 | configuration fragment. |
| 172 | For example, if you want to add support for a basic serial | 172 | For example, if you want to add support for a basic serial |
| 173 | console, create a file named <filename>8250.cfg</filename> in the | 173 | console, create a file named <filename>8250.cfg</filename> in the |
| 174 | <filename>${FILES}</filename> directory with the following | 174 | <filename>files</filename> directory with the following |
| 175 | content (without indentation): | 175 | content (without indentation): |
| 176 | <literallayout class='monospaced'> | 176 | <literallayout class='monospaced'> |
| 177 | CONFIG_SERIAL_8250=y | 177 | CONFIG_SERIAL_8250=y |
