summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-17 07:53:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:37 +0100
commit6bb52a0dffccf6cecdbf0e4d09b54eb66b47870d (patch)
tree2c5b350cb1eeb67415ef11dd2ecb227e45afce44 /documentation
parente7be7a74b785bd653ca1b33ae4fb29fa3d6d1c68 (diff)
downloadpoky-6bb52a0dffccf6cecdbf0e4d09b54eb66b47870d.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')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml2
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